This template shows how could you use unkey ratelimiting api with javascript
- go to unkey.com and create an account
- create a new unkey secret key here
- clone the github repo.
- edit
.envwith your own unkey secret key. - run
npm installto add the necessary packages. - run the app using
pnpm startornpm startoryarn start - check on
/secretroute and reload to test ratelimiter - start working on ratelimiting your routes at
app.js - Done 🎉