https://github.com/resend/resend-node-example
This example shows how to use Resend with Node.js
https://github.com/resend/resend-node-example
Last synced: about 1 year ago
JSON representation
This example shows how to use Resend with Node.js
- Host: GitHub
- URL: https://github.com/resend/resend-node-example
- Owner: resend
- License: mit
- Created: 2023-06-02T18:47:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T00:52:05.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:45:47.644Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 51
- Watchers: 1
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Node.js
This example shows how to use Resend with [Node.js](https://nodejs.org).
## 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.ts` with your API key.
2. Install dependencies:
```sh
npm install
# or
yarn
```
3. Execute the following command:
```sh
npm run dev
```
## License
MIT License