mke-bus
v0.1.0
Published
[](https://travis-ci.org/christophercliff/mke-bus-client)
Maintainers
Readme
mke-bus-client
A JavaScript client for the mke-bus service.
Usage
In node.js or a web browser:
var client = require('mke-bus').create()
client.getAllRoutes()
.catch(function(err){ })
.then(function(routes){ })
// or...
client.getAllRoutes(function(err, routes){ })Installation
$ npm install mke-busAPI
See REFERENCE for details.
Contributing
See CONTRIBUTING for details.
License
MIT, see LICENSE for details.

