https://github.com/eminence/prom_weather_server
Exports weather info to prometheus
https://github.com/eminence/prom_weather_server
national-weather-service noaa open-weather-map-api prometheus-exporter weather wunderground
Last synced: 6 days ago
JSON representation
Exports weather info to prometheus
- Host: GitHub
- URL: https://github.com/eminence/prom_weather_server
- Owner: eminence
- Created: 2017-05-06T23:58:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T18:34:33.000Z (about 3 years ago)
- Last Synced: 2025-01-30T13:26:11.253Z (5 months ago)
- Topics: national-weather-service, noaa, open-weather-map-api, prometheus-exporter, weather, wunderground
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prom_weather_server
Fetches basic weather info (temperaure, pressure, windspeed, visibility, humidity) from
[Open Weather Map](https://openweathermap.org/), [Weather Underground](https://www.wunderground.com/),
and the [National Weather Service](https://forecast-v3.weather.gov/documentation).The data from each service is refreshed every 10 minutes, and is exported via a web server so that
it can be imported into [Prometheus](https://prometheus.io/)