Weather forecast app with graph visualization. Enter the name of the city to get a five-day forecast.
- React
- Redux
- react-redux
- redux-promise
- Axios
- react-sparklines
- Lodash
- Bootstrap
- OpenWeatherMap API
- Google Maps API
- Node.js
- Webpack
Add your OpenWeatherMap API key to src/actions/index.js:
const API_KEY = ''; //Put your API key here
Run the app:
> npm install
> npm start