dsteem-pool

1.0.9 • 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.9
    8
    • latest

Version History

Package Sidebar

Install

npm i dsteem-pool

Weekly Downloads

8

Version

1.0.9

License

MIT

Unpacked Size

8.11 kB

Total Files

6

Last publish

Collaborators

  • reggaemuffin