https://github.com/simpsonresearch/emailapi
Send an email via API call
https://github.com/simpsonresearch/emailapi
api bun express typescript
Last synced: 4 months ago
JSON representation
Send an email via API call
- Host: GitHub
- URL: https://github.com/simpsonresearch/emailapi
- Owner: simpsonresearch
- License: mit
- Created: 2023-12-06T00:05:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T00:28:56.000Z (about 2 years ago)
- Last Synced: 2025-08-11T15:30:02.637Z (5 months ago)
- Topics: api, bun, express, typescript
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emailapi
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.