https://github.com/atmosuwiryo/resend-ics
https://github.com/atmosuwiryo/resend-ics
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atmosuwiryo/resend-ics
- Owner: atmosuwiryo
- License: mit
- Created: 2024-09-09T18:24:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:24:30.000Z (about 1 year ago)
- Last Synced: 2025-03-24T11:48:20.708Z (7 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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