A service to read hourly weather forecast from wunderground.com on Raspberry Pi and update mongodb.
963
$ docker pull cpitzak/weather-service:1.0.0
$ docker run -e "WEATHER_SERVICE_MONGO_URL=mongodb://your_monog_url/weatherdb" \
-e "WEATHER_SERVICE_API_KEY=wunderground.com_api_key" \
-e "WEATHER_SERVICE_HOURLY_URL=http://api.wunderground.com/api/your_api_key/hourly/q/CA/Palo_Alto.json" \
-e "WEATHER_SERVICE_HOURLY_STATE=CA" \
-e "WEATHER_SERVICE_HOURLY_CITY=Palo Alto" \
-e "WEATHER_SERVICE_DELAY=15" \
cpitzak/weather-service
More info here: https://github.com/cpitzak/weatherService
Content type
Image
Digest
Size
89 MB
Last updated
about 10 years ago
docker pull cpitzak/weather-service