Skip to content

A simple Cloudflare Worker endpoint that creates newly assigned Github issues in Todoist

Notifications You must be signed in to change notification settings

dvdl16/github2todoist

Repository files navigation

github2todoist

A simple Cloufdflare Worker endpoint that creates newly assigned Github issues in Todoist

Clouflare

This project was initialised with these commands:

npm install -g wrangler
wrangler login
wrangler init --from-dash github2todoist
wrangler secret put TODOIST_API_KEY
wrangler secret put GITHUB_WEBHOOK_SECRET

Deploy with

wrangler deploy

Development

Clone the repository, then run:

npm install

To update wrangler:

npm install wrangler

Deployment

There is a github action that will deploy the latest version to Cloufdflare

About

A simple Cloudflare Worker endpoint that creates newly assigned Github issues in Todoist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published