0.0.5 • Published 9 years ago

shipyard.js v0.0.5

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

shipyard.js

npm

Description

A Shipyard API wrapper for Node.js

The documentation of Shipyard API

Installation

npm install shipyard.js

Usage

var ShipyardJS = require('shipyard.js');
var shipyard = new ShipyardJS('192.168.8.25:8080', 'YOUR_SERVICE_KEY');

shipyard.listContainers(function (err, results) {
  if (err) {
    console.log(err);
  }
  console.log(results);
});
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago