Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/resend/resend-vercel-functions-example
- Owner: resend
- License: mit
- Created: 2023-06-02T17:53:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:36:40.000Z (22 days ago)
- Last Synced: 2024-10-29T21:39:19.625Z (22 days ago)
- Language: TypeScript
- Homepage: https://resend.com/docs/send-with-vercel-functions
- Size: 61.5 KB
- Stars: 36
- Watchers: 1
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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