boxfishconsul

1.1.0 • Public • Published

BoxfishConsul.js

Installation

npm install boxfishconsul --save

Usage

start up

var consulService = require('boxfishconsul').init();

find service

consulService.findService('service_name').then(function(serviceInstance) {
  // do something
}, function(error) {
  // noooo
});

Run test

npm test

Readme

Keywords

Package Sidebar

Install

npm i boxfishconsul

Weekly Downloads

1

Version

1.1.0

License

ISC

Last publish

Collaborators

  • danieldmo