Skip to content

Commit 539f2f4

Browse files
committed
initial commit
0 parents  commit 539f2f4

File tree

6 files changed

+1011
-0
lines changed

6 files changed

+1011
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# wrangler project
2+
3+
.dev.vars
4+
.wrangler/
5+
6+
# Dependency directories
7+
8+
node_modules/
9+
10+
# dotenv environment variable files
11+
12+
.env

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Cloudflare Email to Push Notifications Worker
2+
3+
A proof of concept for a [cloudflare email worker](https://developers.cloudflare.com/email-routing/email-workers/) that extracts authentication code from received email and delivers it as a push notification through [pushover](https://pushover.net).
4+
5+
The environment variables that are not visible under `wrangler.toml` are defined as [secrets](https://developers.cloudflare.com/workers/configuration/secrets/).
6+
7+
# Resources
8+
9+
- https://docs.emailengine.app/how-to-parse-emails-with-cloudflare-email-workers/

0 commit comments

Comments
 (0)