Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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