You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MTA Realtime API JSON Proxy
2
2
3
-
MTAPI is a small HTTP server that converts the [MTA's realtime subway feed](http://datamine.mta.info/feed-documentation) from [Protocol Buffers/GTFS](https://developers.google.com/transit/gtfs/) to JSON. The app also adds caching and makes it possible to retrieve information by location and train line.
3
+
MTAPI is a small HTTP server that converts the [MTA's realtime subway feed](https://api.mta.info/#/landing) from [Protocol Buffers/GTFS](https://developers.google.com/transit/gtfs/) to JSON. The app also adds caching and makes it possible to retrieve information by location and train line.
4
4
5
5
## Active Development
6
6
@@ -249,7 +249,7 @@ This app makes use of Python threads. If running under uWSGI include the --enabl
249
249
## Settings
250
250
251
251
-**MTA_KEY** (required)
252
-
The API key provided at http://datamine.mta.info/user/register
252
+
The API key provided at hhttps://api.mta.info/#/signup
0 commit comments