Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kstkn/noseknows

API for getting pollen data from ePIN
https://github.com/kstkn/noseknows

Last synced: 7 days ago
JSON representation

API for getting pollen data from ePIN

Awesome Lists containing this project

README

        

# Prometheus exporter for ePIN pollen data

See https://epin.lgl.bayern.de/pollenflug-verlauf

# Usage

```yaml
# prometheus.yml
scrape_configs:
- job_name: 'noseknows'
scrape_interval: 3h
static_configs:
- targets:
- 'localhost:9092'
```