consul-pilot

1.0.3 • Public • Published

consul-pilot

Build Status

const ConsulPilot = require('consul-pilot');

ConsulPilot.watch('database', (err, service) => {
    if (err) console.error(err);

    console.log('New Service Information', service);
});

Readme

Keywords

none

Package Sidebar

Install

npm i consul-pilot

Weekly Downloads

2

Version

1.0.3

License

ISC

Last publish

Collaborators

  • gregdaynes
  • paulleduc