mke-bus

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i mke-bus

Weekly Downloads

5

Version

0.1.0

License

none

Last publish

Collaborators

  • christophercliff