Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 597 Bytes

File metadata and controls

22 lines (16 loc) · 597 Bytes

Cloudhub client lib for Node.js

This library contains classes that encapsulate the calls to the Cloudhub API.

The recommend way to install Cloudhub client library is through npm:

$ npm install cloudhub-client

Or informing on your project's package.json file:

{
  ...
  "dependencies": {
    "cloudhub-client": "1.0.1"
  }
}

Samples

Please visit the PKI Suite Samples repository for examples on how to use this library.