It provides an interactive map in which you can get the weather condition of any pinned location. You can also use geolocation or search any location.
- To run locally, rename .env.example to .env and set your Darksky and Mapbox api key
- Move to the repo directory.
- Install the node modules:
npm install
- Make changes in package.json if necessary.
- Now run the app:
npm run dev