Simple deno API with Oak and ratelimiting with Unkey
This is a minimal starter template showcasing how to use Unkey with Deno version 2 for rate limiting in a web server built with the oak framework.
1git clone https://github.com/Devansh-Baghel/deno-unkey-ratelimit-starter.git2cd deno-unkey-ratelimit-starter
Copy the .env.example file to .env file in the root directory and add your Unkey root key:
1cp .env.example .env
1deno task start
150,000 requests per month. No CC required.