1.0.1 • Published 1 year ago

fantazer-api-rate-limiter v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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