An open API service indexing awesome lists of open source software.

https://github.com/bozdoz/mailgun-cloudflare-worker

An implementation of the Mailgun API, using a Cloudflare Worker
https://github.com/bozdoz/mailgun-cloudflare-worker

cloudflare-workers mailgun-api webpack

Last synced: 3 months ago
JSON representation

An implementation of the Mailgun API, using a Cloudflare Worker

Awesome Lists containing this project

README

          

# Mailgun Cloudflare Worker

### Can I use this as a template?

Maybe not!?

### Development

1. install dependencies: `bun install`
2. define your environment variables:
- Just `cp` the example file (`cp .env-example .env`) and fill in your information
3. publish/test: `bun run deploy`

### Using

- [Mailgun](https://www.mailgun.com/email-api/)
- [Cloudflare Workers](https://workers.cloudflare.com/)
- [bun](https://bun.sh)