What is limiter?
"A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled"
limiter is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 154.2 KB on disk.
Installation Guide
# Install via NPM
npm install limiter
# Install via Yarn
yarn add limiter