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

Dependents (0)

Package Sidebar

Install

npm i syncromaticsjs

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • bgilb