This app was created using ReactJS Framework.
All the source files for the app can be found in weather-app
directory.
Deployed website: https://weather-hike-app.herokuapp.com/
- Clone this repo in your system.
cd
into the directoryweather-app
.- Run
npm install
to install the necessary dependencies. - Run
npm start
to see live app in your browser.
We used OpenWeatherMap API and MapBoxGL API. Make sure you add your API KEYS
in the .env
folder.