Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathuraditya724/resend-hono-example
This example shows how to use Resend with Hono
https://github.com/mathuraditya724/resend-hono-example
Last synced: 11 days ago
JSON representation
This example shows how to use Resend with Hono
- Host: GitHub
- URL: https://github.com/mathuraditya724/resend-hono-example
- Owner: MathurAditya724
- License: mit
- Created: 2024-09-04T12:44:01.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:55:55.000Z (2 months ago)
- Last Synced: 2024-10-11T12:15:34.516Z (about 1 month ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Example
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. Replace `re_123456789` on `index.tsx` with your API key.
2. Install dependencies:
```sh
pnpm install
```3. Execute the following command:
```sh
pnpm run dev
```## License
MIT License