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
.env
with your own unkey secret key. - run
npm install
to add the necessary packages. - run the app using
pnpm start
ornpm start
oryarn start
- check on
/secret
route and reload to test ratelimiter - start working on ratelimiting your routes at
app.js
- Done 🎉