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

https://github.com/ericwindmill/nr-react-weather

A simple client side app to see some weather metrics.
https://github.com/ericwindmill/nr-react-weather

Last synced: 10 months ago
JSON representation

A simple client side app to see some weather metrics.

Awesome Lists containing this project

README

          

# React Weather

A simple weather app made with

* `create-react-app`
* `material ui` components
* `chartist` for visuals
* `jest` for testing

### run

```
git pull origin https://github.com/ericwindmill/nr-react-weather.git
npm install
npm start
```

* navigate to localhost:3000

### run tests

```
npm test
```