tutum-clb

1.3.0 • Public • Published

tutum-clb

##Usage

var tutumClb = require('tutum-clb');

var clb = tutumClb('user', 'token');

clb.get('service-name.service-stack').then(function(address){
  console.log(address);
  return Promise.all([
    registry.get('service-name.service-stack'),
    registry.get('service-name.service-stack'),
    registry.get('service-name.service-stack'),
  ])
}).then(function(result){
  console.log(result);
}).catch(function(err){
  console.log(err);
});

Readme

Keywords

none

Package Sidebar

Install

npm i tutum-clb

Weekly Downloads

1

Version

1.3.0

License

none

Last publish

Collaborators

  • witooh