Skip to content

bxfsh/BoxfishConsul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published