This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const axios = require('axios') | |
const http = require('http') | |
const LinkHeader = require('http-link-header') | |
const MAX_REQUESTS_COUNT = 20 | |
const INTERVAL_MS = 10 | |
let PENDING_REQUESTS = 0 | |
const nextPage = (header) => { |