mta-subway-stations

1.0.0 • Public • Published

MTA Subway Stations

The MTA releaes Stations.csv, which includes information about each subway station. This is a port of that data into JavaScript.

Installation

npm install --save mta-subway-stations

Usage

const stations = require('mta-subway-stations');

stations is an array containing an object representation of each station:

{
  "Station ID": "1",
  "Complex ID": "1",
  "GTFS Stop ID": "R01",
  "Division": "BMT",
  "Line": "Astoria",
  "Stop Name": "Astoria - Ditmars Blvd",
  "Borough": "Q",
  "Daytime Routes": "N W",
  "Structure": "Elevated",
  "GTFS Latitude": "40.775036, -73.912034",
  "GTFS Longitude": "-73.912034"
}

Readme

Keywords

Package Sidebar

Install

npm i mta-subway-stations

Weekly Downloads

10

Version

1.0.0

License

MIT

Unpacked Size

213 kB

Total Files

5

Last publish

Collaborators

  • ericandrewlewis