Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resend/resend-express-example
This example shows how to use Resend with Express
https://github.com/resend/resend-express-example
Last synced: 5 days ago
JSON representation
This example shows how to use Resend with Express
- Host: GitHub
- URL: https://github.com/resend/resend-express-example
- Owner: resend
- License: mit
- Created: 2023-06-02T21:32:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T08:07:09.000Z (6 months ago)
- Last Synced: 2024-05-14T09:29:01.187Z (6 months ago)
- Language: TypeScript
- Homepage: https://resend.com/docs/send-with-express
- Size: 48.8 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Express
This example shows how to use Resend with [Express](https://expressjs.com).
## 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. Define environment variables in `.env` file.
2. Install dependencies:
```sh
npm install
# or
yarn
```3. Run Express locally:
```sh
npm run dev
```4. Open URL in the browser:
```
http://localhost:3000
```## License
MIT License