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

https://github.com/sloppycoder/udemy_redux_weather

Excercise for Udemy's Redux course
https://github.com/sloppycoder/udemy_redux_weather

Last synced: 8 months ago
JSON representation

Excercise for Udemy's Redux course

Awesome Lists containing this project

README

          

# Weather app

This is the weather app for Udemy's Redux course by Stephen Grider.

### Getting Started

```
git clone git@github.com:sloppycoder/udemy_redux_weather.git
cd udemy_redux_weather
npm install
npm start
```