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

https://github.com/mfa/klima

download climate data from LUBW and Stuttgart (City)
https://github.com/mfa/klima

Last synced: 11 months ago
JSON representation

download climate data from LUBW and Stuttgart (City)

Awesome Lists containing this project

README

          

## download and parse html pages from LUBW and City of Stuttgart

### run downloader

```
docker-compose run main download
```

### run parsers

```
docker-compose run main parse
```

### (my) crontab

```
17 * * * * ~/klima/cron_downloader.sh > /dev/null 2>&1
```

### development

#### run tests

```
docker-compose run main tests
```