Look up weather info using the Open Weather API.
> git clone https://github.com/CodeSchwert/react-redux-weather.git
> cd react-redux-weather
> npm install
> npm start
Open a browser and navigate to http://localhost:8080
to view the app.
Enter any city in New Zealand to view the 5 day forecast for that city.
Boilerplate for this project was forked from: https://github.com/StephenGrider/ReduxSimpleStarter.