$ git clone [email protected]:anaglyph/screenly-dynamic-content.git
$ cd screenly-dynamic-content
$ heroku create
$ heroku config:set \
RAIN_PLAYLIST_ID= \
COLD_PLAYLIST_ID= \
TOKEN= \
DARKSKY_API_KEY= \
LAT= \
LNG= \
TEMP_THRESHOLD= \
ABOVE_OR_BELOW=
$ git push heroku master
$ docker run -d \
--name=screenly-api-example \
-e RAIN_PLAYLIST_ID= \
-e COLD_PLAYLIST_ID= \
-e TOKEN= \
-e DARKSKY_API_KEY= \
-e LAT= \
-e LNG= \
-e TEMP_THRESHOLD= \
-e ABOVE_OR_BELOW=
anaglyph/screenly-dynamic-content