Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
trains.fyi
Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
1–10 of 316 posts
Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#2Coincidence...??? I think not!
Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#3Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#4Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#5I didn't know there was a trans-Canadian railroad. Did anyone try it?
But it's pretty famous - we even have a song about it! [1]
[1] https://en.m.wikipedia.org/wiki/Canadian_Railroad_Trilogy
Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#6Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#7Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#8Love this project! Can you tell us a bit about what stack you used to build this? Were there easy-to-use APIs to get this data in realtime?
I built a project that predicts how late trains are based on their current location vs historical averages and posts the data to Mastodon. https://caltrain.live.
Re: Show HN: Trains.fyi – a live map of passenger trains in the US and Canada
#9Love this project! Can you tell us a bit about what stack you used to build this? Were there easy-to-use APIs to get this data in realtime?
I did a quick write up about it here: https://rydercalmdown.com/projects/trains-fyi/
The hardest part was learning about GTFS-RT, which was a data format I wasn't familiar with until now.