0.0.33 • Published 8 years ago

shippable.js v0.0.33

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26

9 years ago

0.0.25

9 years ago

0.0.24

9 years ago

0.0.23

9 years ago

0.0.22

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago