https://github.com/resend/resend-hono-example
This example shows how to use Resend with Hono
https://github.com/resend/resend-hono-example
Last synced: 12 months ago
JSON representation
This example shows how to use Resend with Hono
- Host: GitHub
- URL: https://github.com/resend/resend-hono-example
- Owner: resend
- License: mit
- Created: 2024-10-01T13:15:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T21:10:51.000Z (12 months ago)
- Last Synced: 2025-06-25T22:26:03.433Z (12 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 21
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Hono
This example shows how to use Resend with [Hono](https://hono.dev/).
## Prerequisites
To get the most out of this guide, you’ll need to:
- [Create an API key](https://resend.com/api-keys)
- [Verify your domain](https://resend.com/domains)
## Instructions
1. Define environment variables in `.env` file.
```sh
cp .dev.vars.example .dev.vars
```
2. Install dependencies:
```sh
pnpm install
```
3. Execute the following command:
```sh
pnpm dev
```
4. Open URL in the browser:
```
http://localhost:8787
```
## License
MIT License