0.1.0 • Published 10 years ago

mke-bus v0.1.0

Weekly downloads
16
License
-
Repository
-
Last release
10 years ago

mke-bus-client

Build Status

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.