1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Cursor Agent
45541f05dd
Faster refresh and interactive line station view
- Default refresh interval is now 10s (configurable via -refresh / MTA_REFRESH_SEC)
- Press a line key (1-7, A-Z, I for SI) to view stations with trains or arrivals
- Fetches GTFS-RT trip updates per line group for live station activity
- Embeds GTFS stops.txt for station names and line ordering

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-06-17 18:46:43 +00:00
Cursor Agent
1c57015a6a
Add mta-ssh: live NYC subway status over SSH
Go SSH server that fetches MTA GTFS-RT subway alerts and renders a
live-updating service status board with official per-line colors.

Uses the MTA service status box algorithm (highest sort_order wins per
route). Includes test fixture for offline dev and -render-once flag.

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-06-17 18:32:19 +00:00