1.0.9 • Published 7 years ago
dsteem-pool v1.0.9
dsteem-pool 
Thin wrapper around dsteem with identical API and automated fallback support
Installation
npm i dsteem-pool --saveUsage
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