Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.13 KB

Notion Cron Worker

이 프로젝트는 Notion에서 작업을 자동화하기 위한 크론 워커입니다.

Test

pnpm install

touch .dev.vars
echo "NOTION_API_KEY=********" >> .dev.vars
echo "NOTION_DATABASE_ID=********" >> .dev.vars

pnpm wrangler dev --test-scheduled
curl "http://localhost:8787/__scheduled?cron=*+*+*+*+*"

Reference

Cloudflare Workes

Notion API

Shinhan Bond API