This project is a simple search engine for city climates, using the OpenWeatherMap API, GoogleMaps API, react and redux
> npm install
> npm start
- Create an account at openweathermap.org.
- Copy the key and put it in src/config/keys.js
export const WEATHERMAP_API_KEY = '<API_KEY>'