1.1.4 • Published 5 years ago

right-track-transit-mta v1.1.4

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

Metropolitan Transportation Authority

node module: right-track-transit-mta GitHub repo: right-track/right-track-transit-mta


This module is an implementation of a Right Track Transit Agency used to create a real-time Transit Feed for the MTA in New York City, which is used in the various Right Track Projects.

Documentation

Documentation about the RightTrackTransitAgency class and TransitFeed classes can be found in the right-track-transit project and online at https://docs.righttrack.io/right-track-transit.

Usage

This example builds a TransitFeed for the MTA:

const mta = require('right-track-transit-mta');

mta.loadFeed(function(err, feed) {
  if ( !err ) {
    console.log(JSON.stringify(feed, null, 2));
  }
});
1.1.4

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago