sails-hook-boxfishconsul

1.0.2 • 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 sails-hook-boxfishconsul

Weekly Downloads

0

Version

1.0.2

License

ISC

Last publish

Collaborators

  • danieldmo