dsteem-pool-test

1.0.13 • Public • Published

dsteem-pool Package Version

Thin wrapper around dsteem with identical API and automated fallback support

Installation

npm i dsteem-pool --save

Usage

original dsteem constructor:

  const client = new Client('https://api.steemit.com');

dsteem-pool constructor:

  const client = new Client([
    'https://api.badunresponsivedomain.com', //this will fail within 60 seconds
    'https://api.steemit.com'
  ]);

license

MIT

Package Sidebar

Install

npm i dsteem-pool-test

Weekly Downloads

6

Version

1.0.13

License

MIT

Unpacked Size

21.4 kB

Total Files

11

Last publish

Collaborators

  • raycoms