axios-throttler

JSON →
library 0.2.0 ·javascript
verified Jun 7, 2026

A lightweight request rate-limiter for axios implementing a leaky-bucket algorithm. Current version 0.2.0 (updated 2024) requires axios as a peer dependency (1.x). Differentiators: extremely small (37 lines), TypeScript-first, no runtime dependencies beyond axios. Allows throttling via requests per second (rps) or requests per minute (rpm) with a simple API. Works by adding an axios request interceptor. Maintained but still early stage.