https://github.com/atulsmadhugiri/choochoo
Effortlessly check real-time MTA train arrival times for any station with this easy-to-use app.
https://github.com/atulsmadhugiri/choochoo
gtfs gtfs-rt mta nyc nyc-opendata subway swift swiftui
Last synced: 4 months ago
JSON representation
Effortlessly check real-time MTA train arrival times for any station with this easy-to-use app.
- Host: GitHub
- URL: https://github.com/atulsmadhugiri/choochoo
- Owner: atulsmadhugiri
- License: bsd-3-clause
- Created: 2024-03-26T22:29:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T11:56:13.000Z (about 1 year ago)
- Last Synced: 2025-05-26T12:54:55.806Z (about 1 year ago)
- Topics: gtfs, gtfs-rt, mta, nyc, nyc-opendata, subway, swift, swiftui
- Language: Swift
- Homepage: https://choochoonyc.app
- Size: 6.89 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChooChoo NYC: MTA Subway Times

## Running Tests
To run the Swift package tests, point Swift Package Manager at the `Tests` directory:
```bash
swift test --package-path Tests
```