←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.2s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. yamoriyamori ◴[] No.35762149[source]
I infrequently commute into Boston for work, I live beyond the subway system but there is a rail network (Commuter Rail). With childcare and other family logistics I might be doing errands in a different town before parking and hopping on a train, I had trouble doing a 'radius' search of stations (which might span lines) to plan a round-trip into the city. I built a site[1] to query the MBTA API[2] for stations and schedules, then custom js + leaflet.js[3] (an amazing product) to render a map. I have a /demo[4] resource which includes some hard-coded addresses for test purposes. A limitation is it only plots round-trips to the terminal stop (South Station) in Boston.

It's been a work-in-progress for a while. It vastly helps with my weekly plans. And as a side project to up-skill, what I'm still working on:

- UIUX and 'user flow', usability

- hosting + CICD

- integrations, optimization, caching

[1]http://cr2southstation.com/

[2]https://www.mbta.com/developers/v3-api

[3]https://leafletjs.com/

[4]http://cr2southstation.com/test