|
1 | | -####Weather App |
| 1 | +#React Redux Weather App |
2 | 2 |
|
| 3 | +##Summary |
| 4 | +An application using React and Redux to display a five-day forecast for any user-input US city. I used axios to fetch data from the OpenWeather API, the redux-promise library to resolve the asynchronous data fetched from OpenWeather, Sparklines to generate the charts, and Google Maps for additional effect. |
| 5 | + |
| 6 | +To get started, just clone the app and run the following commands: |
3 | 7 | ``` |
4 | 8 | npm install |
5 | | -``` |
| 9 | + npm start |
| 10 | +``` |
| 11 | +Open your browser and open up`localhost:8080` to view it! |