An open API service indexing awesome lists of open source software.

https://github.com/pushkar1393/weather4cast-react-redux-weather-forecasting-application

A React-Redux based application which pulls up location based current weather and forecast for next week
https://github.com/pushkar1393/weather4cast-react-redux-weather-forecasting-application

Last synced: about 1 month ago
JSON representation

A React-Redux based application which pulls up location based current weather and forecast for next week

Awesome Lists containing this project

README

          

# weather4cast-react-redux-weather-forecasting-application
A React-Redux based application which pulls up location based current weather and forecast for next week

# Steps to run this project

* Download this project or clone the repo

* Run ` npm install ` to install dependencies

* Create an API key at [ Open Weather Map ](https://openweathermap.org/forecast5) for 5day/3hour forecast API

* Open src/actions/index.js and replace the dummy API_KEY value

* Run `npm start`