This package has been deprecated

Author message:

This package is no longer updated on npm - install it directly from github.com:right-track/right-track-transit-nysta

right-track-transit-nysta

1.2.0 • Public • Published

NYS Thruway Authority

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


This module is an implementation of a Right Track Transit Agency used to create a real-time Transit Feed for the New York State Thruway Authority, 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 NYSTA:

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

// Optional: override default agency config
nysta.readConfig('/path/to/agency_local.json');

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

Readme

Keywords

none

Package Sidebar

Install

npm i right-track-transit-nysta

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

152 kB

Total Files

26

Last publish

Collaborators

  • dwaring87