https://github.com/ticklemycode/simple-react-redux-weather-app
https://github.com/ticklemycode/simple-react-redux-weather-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ticklemycode/simple-react-redux-weather-app
- Owner: ticklemycode
- License: mit
- Created: 2018-04-20T00:45:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T02:52:32.000Z (about 8 years ago)
- Last Synced: 2025-05-18T12:36:08.294Z (about 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# ReduxSimpleStarter
Simple react/redux reference weather app. Include dynamic city search.

### Notes
- signup: https://openweathermap.org/forecast5
### Getting Started
#### Familiar with Git?
Checkout this repo, install dependencies, then start the gulp process with the following:
```
> git clone git@github.com:ticklemycode/simple-react-redux-weather-app.git
> cd simple-react-redux-weather-app
> npm install
> npm start
```