Sign inSign up

cpitzak/weather-service

By cpitzak

•Updated about 10 years ago

A service to read hourly weather forecast from wunderground.com on Raspberry Pi and update mongodb.

Image
0

963

cpitzak/weather-service repository overview

⁠Install and Run

$ 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

⁠Github Repo

More info here: https://github.com/cpitzak/weatherService⁠

Tag summary

Content type

Image

Digest

Size

89 MB

Last updated

about 10 years ago

docker pull cpitzak/weather-service