Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T08:02:32.000Z (6 months ago)
- Last Synced: 2024-05-14T09:26:55.935Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 25
- Watchers: 1
- Forks: 11
- Open Issues: 4
-
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