Webserver that queries bus departure times for different preconfigured stops and displays them on a single page.
 
 
 
Go to file
Jasper Bok 4ee446e2a5 Mark completed tasks as 'done' 2023-08-13 17:05:26 +02:00
assets Add the bus icon in aseprite format 2023-08-13 16:13:59 +02:00
static Move the stylesheet to its own file 2023-08-13 16:58:04 +02:00
README.md Add a skeleton readme 2023-08-13 15:42:12 +02:00
TODO Mark completed tasks as 'done' 2023-08-13 17:05:26 +02:00
bus.go Add 'interesting routes' to quays 2023-08-06 23:18:47 +02:00
go.mod Start the project 2023-08-06 22:56:26 +02:00
index.html Show only three departures per stop 2023-08-13 17:04:01 +02:00
main.go Add 'interesting routes' to quays 2023-08-06 23:18:47 +02:00
server.go Embed the static dir 2023-08-13 16:57:38 +02:00
utils.go Initial try to parse UNIX time with timezone info 2023-08-13 15:41:54 +02:00

README.md

Bus Departures

Display bus departures for specific routes on specific stops.