tri-rail-alerts

1.0.1 • Public • Published

tri-rail-alerts

Wrapper to get alerts from tri-rail system

var alerts = require("tri-rail-alerts");
 
alerts.getAlerts(function(data) {
    console.log(data);
    /*
[ { text: 'SB Train P628 is 10\' late to HIM',
    time: '2:32:11 PM' },
  { text: 'NB Train P622 is 10\' late to DEL',
    time: '12:54:25 PM' },
  { text: 'Bike car today on trains P608, P633,and P642. Call 1-800-TRI-RAIL to confirm',
    time: '3:59:33 AM' } ]
    */
});

Readme

Keywords

Package Sidebar

Install

npm i tri-rail-alerts

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • winfinit