2023-08-17 00:03:49 +01:00

19 lines
848 B
Svelte

<script lang="ts">
import Lang from "$lib/lang.svelte";
</script>
<h1>Stuff I've made</h1>
<a href="/articles/owlboard">OwlBoard</a><br>
<Lang langs={['js','ts','py','go', 'html', 'css']} plats={['svelte','express','mongo', 'redis']} />
<p>Working full time on the 'iron road', left me wanting a faster way to get the information
I needed. OwlBoard evolved from <a href="/articles/athena">Athena</a> and grew to provide
more information that frontline rail colleagues need.
</p>
<a href="/articles/map-dots">map-dots</a><br>
<Lang langs={['go','py']} plats={[]} />
<p>I like to collect data, I am just not always sure what to do with that data. map-dots
takes in location history data and produces imagery. It can also run as a server and
the map-dots-fetch script can be used to fetch and save configurable images.
</p>