/LeetCodeDailyReminder

Create a LeetCode-daily-problem task at Todoist

Primary LanguageTypeScriptMIT LicenseMIT

LeetCodeDailyReminder

Create a LeetCode-daily-problem task at Todoist

How to Set Up

  • Get Todoist's API token here

  • Set TODOIST_API_TOKEN as an environment variable in .env like this

    • Rewrite .env.template
    • Run mv .env.template .env
    TODOIST_API_TOKEN=??? # replace ??? by the API token
    
  • Run gh secret set -f .env so that the secrets set in GitHub

  • Rewrite 2 FIXME in main.ts to set labels and section_id.

How to Run

deno run --allow-all main.ts

References