request-retry-promise

HTTP request library that retries with backoff and returns a promise

Usage no npm install needed!

<script type="module">
  import requestRetryPromise from 'https://cdn.skypack.dev/request-retry-promise';
</script>

README

Request Retry Promise

Build Status

HTTP request library that retries with backoff and returns a promise

Run

npm install
npm run build
npm start

Test

npm test
npm run test:watch