Thanks, this'll be a nice little timesaver!
Show HN: When is the next Caltrain? (minimal webapp)
11–20 of 31 posts
Re: Show HN: When is the next Caltrain? (minimal webapp)
#12The public transport service in Hannover/Germany once had a screensaver that you could configure to show the next departure from your nearest station. I thought that was clever marketing. Today you probably could implement this as a web service.
That train schedule seems like a cool idea in and of itself though.
Re: Show HN: When is the next Caltrain? (minimal webapp)
#13The public transport service in Hannover/Germany once had a screensaver that you could configure to show the next departure from your nearest station. I thought that was clever marketing. Today you probably could implement this as a web service.
Screensavers can / could ping an API? That train schedule seems like a cool idea in and of itself though.
There may have been some special interface that the program being run was expected to conform to so the screensaver subsystem would invoke it, but (IIRC) a screensaver could do anything an ordinary program could do. (That was the big reason for being cautious about where/who you got your screensavers from.)
Re: Show HN: When is the next Caltrain? (minimal webapp)
#14I am not in the area so I had to click on the thing to view all schedules, I would say it is super slick, I like it.
Re: Show HN: When is the next Caltrain? (minimal webapp)
#15Re: Show HN: When is the next Caltrain? (minimal webapp)
#16I've explored this--you need 511 API access to obtain real-time data, and to conceal your API key you need to stand up a web application.
Cool proof-of-concept, need to take it to the next level!
Re: Show HN: When is the next Caltrain? (minimal webapp)
#17I wish there a maps app that would build entire itineraries taking into account that you have a bike with you, and ideally your average expected biking speed. It's so annoying to plan any sort of multi-transit itinerary in the bay, you always have to piece things together yourself or get stuck with some nonsense that takes 30% longer than it needs to.
Of course all of this could also be resolved if we had a sane transit system with short intervals.
Re: Show HN: When is the next Caltrain? (minimal webapp)
#18While cool, this does not incorporate real-time data, just the static schedule. I've explored this--you need 511 API access to obtain real-time data, and to conceal your API key you need to stand up a web application. Cool proof-of-concept, need to take it to the next level!
The schedule has been much more reliable since the electrification
Re: Show HN: When is the next Caltrain? (minimal webapp)
#19app hard dies if it's unable to get your location. was really expecting the "full schedule" link to show an input box to pick a station