Skip to content

christophercliff/mke-bus-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A JavaScript client for the mke-bus service

Resources

License

Stars

Watchers

Forks

Packages

No packages published