/kindle-clock

Kindle Clock Server

Primary LanguageScalaMIT LicenseMIT

Kindle Clock

CI

CFW Kindle wallpaper generating server implementation.

Example image

Hardware requirements

Deploy to Render

How to run in local

You have to install

  • Docker and docker-compose
  • JDK 11

then:

$ export NATURE_REMO_OAUTH_TOKEN=<<YOUR_NATURE_REMO_OAUTH_TOKEN>> \
AWAIR_OAUTH_TOKEN=<<YOUR_AWAIR_OAUTH_TOKEN>> \
OPEN_WEATHER_MAP_ID=<<YOUR_LOCATION_ID>> \
OPEN_WEATHER_MAP_APP_ID=<<YOUR_APP_ID>> \
AWAIR_CACHE_EXPIRE_SECONDS=30 \
AWAIR_INTERVAL_MINUTES=5

$ ./sbt "primary / run"