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

https://github.com/magjac/weather

Weather station app
https://github.com/magjac/weather

Last synced: 2 months ago
JSON representation

Weather station app

Awesome Lists containing this project

README

        

# weather

A web application showing data from Emil's weather station @ bergetvidhandfatet.

## Installation ##

```
git clone https://github.com/magjac/weather
cd weather
cd front-end
npm install
```

## Start back-end
```
./server.py
```

## Start front-end
```
cd front-end
npm run start
```