iopanda

Results 2 comments of iopanda

@rrichardson try this: ```javascript const { Etcd3 } = require('etcd3') const etcd = new Etcd3({ hosts: ['localhost:2379'] }) ```