Webserver that queries bus departure times for different preconfigured stops and displays them on a single page.
 
 
 
Go to file
Jasper Bok d8e1711ce7 Add usage to README 2023-08-18 17:19:37 +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 Make the port configurable via CLI flag 2023-08-18 17:18:07 +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 Replace the <dl> with a <table> 2023-08-18 11:26:33 +02:00
main.go Make the port configurable via CLI flag 2023-08-18 17:18:07 +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]