Webserver that queries bus departure times for different preconfigured stops and displays them on a single page.
 
 
 
Go to file
Jasper Bok c2bbb9e560 Initial try to parse UNIX time with timezone info 2023-08-13 15:41:54 +02:00
TODO Print times in human-readable format 2023-08-13 15:01:17 +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 Print times in human-readable format 2023-08-13 15:01:17 +02:00
main.go Add 'interesting routes' to quays 2023-08-06 23:18:47 +02:00
server.go Print times in human-readable format 2023-08-13 15:01:17 +02:00
utils.go Initial try to parse UNIX time with timezone info 2023-08-13 15:41:54 +02:00