Skip to content

XRealityZone/letsvisionos25subscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Let's visionOS 2025 的 Email 订阅服务

Doc

curl --location 'https://substackapi.com/api/subscribe' \
--header 'Content-Type: application/json' \
--data-raw '{
  "domain": "xrworldweeklycn.substack.com",
  "email": "[email protected]"
}'

Deploy

  • Create a new Worker in the Cloudflare Dashboard;
  • Paste this code into the Worker's editor;
  • Save and deploy the Worker.

Test

curl --location 'https://mail2xrbase.eyrefree1687.workers.dev/subscribe/post' \
--form 'MERGE0="[email protected]"'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published