Socket
Book a DemoInstallSign in
Socket

fake-discovery-etcd

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-discovery-etcd

Fake discovery.etcd.io service for testing

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

fake-discovery-etcd Circle CI

Fake discovery.etcd.io service for testing

Installation

$ npm install fake-discovery-etcd --save

Usage

Returns an instance of http.Server.

const fakeDiscoveryEtcd = require('fake-discovery-etcd');

fakeDiscoveryEtcd().listen(3000);

Or run it in a Docker container:

$ docker run -p 3000:3000 vdemedes/fake-discovery-etcd

Tests

Circle CI

$ make test

License

MIT © vdemedes

FAQs

Package last updated on 17 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts