Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kstkn/noseknows
- Owner: kstkn
- License: mit
- Created: 2023-04-21T06:32:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T14:44:44.000Z (6 months ago)
- Last Synced: 2024-12-11T09:45:37.442Z (14 days ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```