Skip to content

dvdl16/github2todoist

Repository files navigation

github2todoist

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

How to use on Github

image

How to use in a Frappe Webhook

image

Development

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

Local Development setup

Clone the repository, then run:

npm install

To update wrangler:

npm install wrangler

To update dependencies

npx npm-check-updates
npx npm-check-updates -u

npm install

Deployment

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors