A simple web app that lets the user enter the name of a place and get various Weather related information on a single button click!
Visit URL to try the app
To run the App locally, read the instructions below
Install all the dependencies by running the following command from the root directory
npm install
- Create a folder
config
in the root directory of the project - Create a file
dev.env
insideconfig
- Paste the following code inside it
PORT=3000
WEATHER_API_KEY=
Darksky API Key
GEOCODE_API_KEY=
Mapbox API Key
npm run dev