Webserver that queries bus departure times for different preconfigured stops and displays them on a single page.
 
 
 
Go to file
Jasper Bok eb172097c4 Add code for reading TOML config files 2023-08-24 21:18:25 +02:00
assets Add the bus icon in aseprite format 2023-08-13 16:13:59 +02:00
static Replace the <dl> with a <table> 2023-08-18 11:26:33 +02:00
README.md Add usage to README 2023-08-18 17:19:37 +02:00
TODO Add 'robots' meta tag 2023-08-18 18:05:53 +02:00
bus.go Add 'interesting routes' to quays 2023-08-06 23:18:47 +02:00
config.go Add code for reading TOML config files 2023-08-24 21:18:25 +02:00
go.mod Add code for reading TOML config files 2023-08-24 21:18:25 +02:00
go.sum Add code for reading TOML config files 2023-08-24 21:18:25 +02:00
index.html Add 'robots' meta tag 2023-08-18 18:05:53 +02:00
main.go Move `Quay` and `Route` to their own files 2023-08-20 19:37:41 +02:00
quay.go Add code for reading TOML config files 2023-08-24 21:18:25 +02:00
route.go Add code for reading TOML config files 2023-08-24 21:18:25 +02:00
server.go Make the port configurable via CLI flag 2023-08-18 17:18:07 +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.

Usage:

./busdepartures[ -p=PORT]