fantazer-api-rate-limiter
v1.0.1
Published
library for limiting your api rate
Downloads
2
Readme
API Rate Limiter
A simple, in-memory rate limiting middleware for Express applications. This package helps prevent abuse by limiting the number of requests a client can make within a specified time period.
Features
- Easy to integrate with any Express application.
- Limits are enforced based on IP address.
- Customizable limit and time window.
Installation
npm install api-rate-limiter