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

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

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
```