shippable.js

0.0.33 • Public • Published

Node.JS wrapper for Shippable API

Build Status

Makes it easier to call the Shippable API from NodeJS apps.

Quick start

var Shippable = require('shippable.js');

var api = new Shippable('https://api.shippable.com', myMachineToken);
api.getProject(myProjectId, function(err, project) {
    if (project.autoBuild) {
      project.build();
    }
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.33
    2
    • latest

Version History

Package Sidebar

Install

npm i shippable.js

Weekly Downloads

22

Version

0.0.33

License

MIT

Last publish

Collaborators

  • ragesh