Working Demo: https://mabelm1.github.io/weather-app-v2/
Before running app, you must edit the src/config.js file with your API keys:
- the key can be retrieved here: https://developers.google.com/maps/documentation/
- the key can be retrieved here: https://openweathermap.org/appid
Update the config.js file with your keys:
export const googleApi = {
key: YOUR KEY
}
export const openweathermap = {
key: YOUR KEY
}
To run test use npm test
git clone
npm install
npm start