2.0.0 • Published 8 years ago

tri-rail-schedule v2.0.0

Weekly downloads
8
License
Unlicense
Repository
github
Last release
8 years ago

tri-rail-schedule

tri-rail-schedule is a library that allows one to query SFRTA Tri-Rail schedule. They dont have web services unfurtunatly (or they are hiding it well...), so there is a parser that does ugly scraping.

This is not an official library from SFRTA or Tri Rail, please do not contact them for support, however you can always open bugs against this project on github

official TriRail schedule URI http://www.tri-rail.com/train-schedules/TrainSchedule.aspx

Synopsis

var TriRailSchedule = require('tri-rail-schedule');

TriRailSchedule.getSchedule({
    dp: 14,
    ar: 6,
    dt: 1
}, function(data) {
    console.log(data);
});
2.0.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago