Weather journal app is used to get temperature in this day from zip code of country.
2ndApp-Weather-Journal requires Node.js to run
$ npm install
$ node server.js
in app.js file in website folder set your api key from your account in openweathermap site
- in zip code input field set your country zip code
- in feelings text box set what your feeling
- press on generate button, under Most Recent Entry will showing the date, temperature in Fahrenheit and your feelings.
2ndApp-Weather-Journal is released under the MIT license.