A app that will give you weather report of your location
- Create a
secret.js
file in root dir - Add your Api key from Darksky Api and Locationiq.com
let apiKey = {
geocodingApi: YOUR API KEY,
darkskyApi: YOUR API KEY,
};
module.exports = apiKey
paste your key !
- run
npm install
in the root dir - run
npm start
in terminal - Enjoy the project