shipyard.js

0.0.5 • Public • Published

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

/shipyard.js/

    Package Sidebar

    Install

    npm i shipyard.js

    Weekly Downloads

    3

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • linton