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();
    }
});

Readme

Keywords

Package Sidebar

Install

npm i shippable.js

Weekly Downloads

0

Version

0.0.33

License

MIT

Last publish

Collaborators

  • ragesh