Check the current weather on any city on the planet.
-
User's ability to search cities.
-
Temperatures.
-
Wind speed.
-
Error handling.
- 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
- 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/Any feature requests and pull requests are welcome!
MIT