This is a boilerplate for using unkey in Hono as middleware.
To run this project, you will need to add the following environment variables to your .dev.vars
file
UNKEY_ROOT_KEY
UNKEY_API_ID
- clone the repository.
- install the packages.
- reaname the environment variables file
.dev.vars.local
to.dev.vars
and replace your api key from unkey dashboard. - finally run by using
npm run dev
or by using any other package managers.