Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 660 Bytes

2ndApp-Weather-Journal

Weather journal app is used to get temperature in this day from zip code of country.

Installation

2ndApp-Weather-Journal requires Node.js to run

$ npm install
$ node server.js

Development

in app.js file in website folder set your api key from your account in openweathermap site

Usage

  1. in zip code input field set your country zip code
  2. in feelings text box set what your feeling
  3. press on generate button, under Most Recent Entry will showing the date, temperature in Fahrenheit and your feelings.

License

2ndApp-Weather-Journal is released under the MIT license.