1.0.2 • Published 9 years ago
sails-hook-boxfishconsul v1.0.2
BoxfishConsul.js
Installation
npm install boxfishconsul --saveUsage
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