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

https://github.com/moumen-soliman/redux-weather-api

Redux Weather API with google map, describe how redux working with API's
https://github.com/moumen-soliman/redux-weather-api

es6 javascript reactjs reactjs-es6 redux

Last synced: about 2 months ago
JSON representation

Redux Weather API with google map, describe how redux working with API's

Awesome Lists containing this project

README

        

# React Weather API Application

Redux Weather API with google map, describe how redux working with API's

# Install
Checkout this repo, install dependencies, then start the gulp process with the following:

```
$ git clone https://github.com/moumen-soliman/redux-weather-api.git

$ cd redux-weather-api

$ npm install

$ npm start
```