Created
March 22, 2012 04:50
-
-
Save smithcommajoseph/2156116 to your computer and use it in GitHub Desktop.
MTA Subway JS ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "Stops" : [ | |
{ | |
"slocation" : "Astoria Ditmars Blvd", | |
"transfer" : [ "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "Astoria Blvd", | |
"transfer" : [ "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "30th Av", | |
"transfer" : [ "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "Broadway", | |
"transfer" : [ "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "36 Av", | |
"transfer" : [ "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "39 Av", | |
"transfer" : [ "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "21 St - Queensbridge", | |
"transfer" : [ "W" ], | |
"access" : "&" | |
}, | |
{ | |
"slocation" : "Lexington Av/59 St", | |
"transfer" : [ "6", "F", "R", "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "5th Av/59 St", | |
"transfer" : [ "R", "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "57 St/7Av", | |
"transfer" : [ "Q", "R", "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "49 St", | |
"transfer" : [ "1", "2", "3", "7", "A", "C", "E", "Q", "R", "W", "S" ], | |
"access" : "&" | |
}, | |
{ | |
"slocation" : "34 St - Herald Sq", | |
"transfer" : [ "B", "D", "F", "R", "V", "W", "PATH" ], | |
"access" : "&" | |
}, | |
{ | |
"slocation" : "14 St - Union Sq", | |
"transfer" : [ "4", "5", "6", "L", "Q", "R", "W" ], | |
"access" : "&" | |
}, | |
{ | |
"slocation" : "Canal St", | |
"transfer" : [ "4", "6", "J", "M", "Q", "R", "W", "Z" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "Rector St", | |
"transfer" : [ "W" ], | |
"access" : " " | |
}, | |
{ | |
"slocation" : "Whitehall Street", | |
"transfer" : [ "1" ], | |
"access" : " " | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment