Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 497 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 497 Bytes

Resend with Node.js

This example shows how to use Resend with Node.js.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Replace re_123456789 on index.ts with your API key.

  2. Install dependencies:

npm install
# or
yarn
  1. Execute the following command:
npm run dev

License

MIT License