Skip to content

Instantly share code, notes, and snippets.

@smithcommajoseph
Created March 22, 2012 04:50
Show Gist options
  • Save smithcommajoseph/2156116 to your computer and use it in GitHub Desktop.
Save smithcommajoseph/2156116 to your computer and use it in GitHub Desktop.
MTA Subway JS ex
{ "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