# coordinator-node-client
 
 分布式协调服务node客户端，用于获取微服务的可用地址，参照eureka-js-client.

## 安装

```
npm install coordinator-node-client --save
```

## 使用
参照example.js
