etcd-discovery-url

1.1.0 • Public • Published

etcd-discovery-url Circle CI

Retrieve a discovery url from discovery.etcd.io service.

Installation

$ npm install etcd-discovery-url --save

Usage

const discoveryUrl = require('etcd-discovery-url');

let url = yield discoveryUrl(); // 'https://discovery.etcd.io/ea08c54315144a0b5713aad4c4a9905f'

Tests

Circle CI

$ npm test

License

etcd-discovery-url is released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i etcd-discovery-url

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • vdemedes