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
- Host: GitHub
- URL: https://github.com/pushkar1393/weather4cast-react-redux-weather-forecasting-application
- Owner: pushkar1393
- Created: 2018-08-04T21:39:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:23:22.000Z (over 3 years ago)
- Last Synced: 2025-02-25T13:42:15.032Z (over 1 year ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`