This is a simple Android application that:
- asks the user to select a station on the New York subway system,
- makes a request to an HTTP server (which I have yet to set up),
- which in turn requests GTFS Realtime data from the Metropolitan Transit Authority,
- converts the GTFS Realtime data to JSON,
- and then displays a list of the next trains to arrive to the user.
This project is not yet complete. Please check back later on its status.
The main repository is hosted on GitLab, but there is also a mirror on GitHub.
- MTAPI – HTTP server used to convert GTFS Realtime data to JSON
- Cody M. Jones – author
This project is licensed under the GNU General Public License v3.0. See LICENSE.md for details.