jhurliman / node-rate-limiter

A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
MIT License
1.51k stars 135 forks source link

2.0.0 (TypeScript + Promises rewrite) #72

Closed jhurliman closed 3 years ago

jhurliman commented 3 years ago

This is a major rewrite of the library, porting to TypeScript and switching from callbacks to promises. Major changes: