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

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

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