Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/resend/resend-vercel-functions-example

This example shows how to use Resend with Vercel Functions
https://github.com/resend/resend-vercel-functions-example

Last synced: 5 days ago
JSON representation

This example shows how to use Resend with Vercel Functions

Awesome Lists containing this project

README

        

# Resend with Vercel Functions

This example shows how to use Resend with [Vercel Functions](https://vercel.com/docs/functions).

## 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. Install dependencies:

```sh
pnpm install
```

2. Run Next.js locally:

```sh
pnpm run dev
```

3. Open URL in the browser:

```
http://localhost:3000/api/send
```

## License

MIT License