Alter 2 files
Update `README.md` Add `example-image.png`
This commit is contained in:
parent
322b5d5d55
commit
a5c60434c3
2 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -1 +1,17 @@
|
||||||
|
# Kindle Dashboard
|
||||||
|
|
||||||
|
*Using a Kindle 4 to display weather and train times*
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
This is the image generation code and runtime scripts for my Kindle dashboard that I keep on my nightstand.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Much of the Kindle-specific work here was done by [David Hamp-Gonsalves](https://github.com/davidhampgonsalves/Life-Dashboard) and modified a little by myself, as was the general SSR'd image-based architecture. However, the image generation code is my own and was built from scratch using the [Met Office DataPoint API](https://www.metoffice.gov.uk/services/data/datapoint) and the [RealtimeTrains pull API](https://www.realtimetrains.co.uk/about/developer/pull/docs/).
|
||||||
|
|
||||||
|
The image generation code is an importable Go library within the `imagegen` directory.
|
||||||
|
|
||||||
|
## The Kindle
|
||||||
|
|
||||||
|
This project runs on a jailbroken Kindle 4 with a couple of additional packages on top. More detail coming soon, but broadly speaking it has the same runtime dependencies as David's version.
|
||||||
|
|
BIN
example-image.png
Normal file
BIN
example-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 KiB |
Reference in a new issue