mke-bus
v0.1.0
Published
[![Build Status](https://travis-ci.org/christophercliff/mke-bus-client.png?branch=master)](https://travis-ci.org/christophercliff/mke-bus-client)
Downloads
4
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-bus
API
See REFERENCE for details.
Contributing
See CONTRIBUTING for details.
License
MIT, see LICENSE for details.