gjohnson / consul-node

A node.js client library for consul.
MIT License
67 stars 16 forks source link

Added support for /agent, /catalog and /health endpoints. #3

Closed ManneW closed 10 years ago

ManneW commented 10 years ago

Stubs for tests for these endpoints added. Not all methods are implemented and/or covered by tests. I've tried to update the readme to reflect what remains to be done.

Readme extended to cover the opts parameter as well as instructions on running tests and configuration files for the Consul agent used by the tests have been added.

gjohnson commented 10 years ago

AWESOME, thanks!