y-yu / kindle-clock

Kindle Clock Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Kindle Clock Server

License:MIT License


Languages

Language:Scala 99.6%Language:Shell 0.4%