syncromaticsjs

0.0.2 • Public • Published

syncromaticsjs

Wrapper api for getting data from the syncromatics transit servers.

install

npm install syncromaticsjs

example

var syncromatics = require('syncromaticsjs');

// set the hostname
var options = {
  host: 'http://www.ladotbus.com'
}

// print out the current available regions for la dept of transportation
syncromatics.regions(options, function(error, regions) {
  if (!error) {
    console.log(regions);
  }
});

testing

npm test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i syncromaticsjs

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • bgilb