dashboard of nationalrail train times
at main 28 lines 543 B view raw
1sundial 2------- 3 4scrapes nationalrail departure times from select train 5stations and displays them on a dashboard. vibeslop'd. 6 7 https://cdn.oppi.li/4OR.png 8 9 10usage 11----- 12 13train times refresh every minute, times shown in red 14indicate a delay. configure one or more stations in config.yml. 15 16 # webserver 17 go run . server 18 19 # or bubbletea TUI 20 go run . cli 21 22 23motivation 24---------- 25 26there are multiple train stations around me, and i need to 27choose one to walk to before i leave the house. one 28dashboard with all departures helps me choose.