Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 443 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 443 Bytes

nextjs-rate-limit

Rate Limit your Next.js API Routes using rate-limiter-flexible. The Easy Way!

1. Install dependencies

pnpm install

2. Run dev server in one terminal

pnpm dev

3. Run rate limit script on another terminal

pnpm automate:ratelimit

4. Run download script

pnpm automate:download

5. Read all Redis Keys & Values

pnpm redis:getall