Skip to content

jaylogin9/weather_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Site

Check the current weather on any city on the planet.

Features

  • User's ability to search cities.

  • Temperatures.

  • Wind speed.

  • Error handling.

Installation

  • Open Terminal
 git clone https://github.com/jaylogin9/weather_site
  • cd weather_site

  • Log-in to Openweathermap.com

  • Create an API key.

  • cp .env.example .env.local

  • Paste API key for OPENWEATHER_API_KEY

Requirements

  • Go to the Weather_site directory.
cd weather_site.
  • Install npm in local machine.
 npm -init -y
  • npm packages.
npm -i dotenv express hbs requests nodemon
  • Start the server.
nodemon app
  • Open browser and type in linkba.
localhost:7000/

Contributions

Any feature requests and pull requests are welcome!

License

MIT

About

Check the current weather on any city

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published