Update projects to include map-dots

This commit is contained in:
Fred Boniface 2023-08-14 21:35:47 +01:00
parent 7779cc0050
commit 52ea700ec8

View File

@ -23,13 +23,18 @@
<dd>Written in PHP, a simple gateway to get easy access to train departures</dd> <dd>Written in PHP, a simple gateway to get easy access to train departures</dd>
<dt><a href="https://owlboard.info">OwlBoard</a> <a href="https://git.fjla.uk/OwlBoard">Git Repos</a></dt> <dt><a href="https://owlboard.info">OwlBoard</a> <a href="https://git.fjla.uk/OwlBoard">Git Repos</a></dt>
<dd>A suite of containerised applications offering live departure boards for UK Rail. <dd>A suite of containerised applications offering live departure boards for UK Rail.
Consists of an Express.JS API Server, a Python db-manager script and a modern PWA frontend Consists of an Express.JS API Server utilising JS and TS, a Python db-manager script, a Go message-broker and a modern PWA frontend
utilising compression to reduce payload size, and making use of ServiceWorker caching, utilising compression to reduce payload size, and making use of ServiceWorker caching,
to increase reliability over low quality mobile data links. Designed for Kubernetes deployment. to increase reliability over low quality mobile data links. Designed for Kubernetes deployment.
</dd> </dd>
<dt><a href="https://git.fjla.uk/fred.boniface/trandom">tRandom</a> <a href="https://git.fjla.uk/fred.boniface/tRandom">Git Repo</a></dt> <dt><a href="https://git.fjla.uk/fred.boniface/trandom">tRandom</a> <a href="https://git.fjla.uk/fred.boniface/tRandom">Git Repo</a></dt>
<dd>Written in Python, a simple cross-platform GUI based random number <dd>Written in Python, a simple cross-platform GUI based random number
generator. Using the tkinter library for the interface.</dd> generator. Using the tkinter library for the interface.</dd>
<dt><a href="https://git.fjla.uk/fred.boniface/map-dots">map-dots</a></dt>
<dd>Written in Go, an application that can consume location history data and produce images from the data. map-dots can be run as a CLI
program or as a web-server offering a simple API. <a href="https://git.fjla.uk/fred.boniface/map-dots-fetch">map-dots-fetch</a> is
a simple script designed to request images from map-dots when it is being run as a server.
Originally designed to provide images that can be used as wallpaper images.
</dl> </dl>
<br> <br>
</div> </div>