GitXplorerGitXplorer
d

LeetCodeDailyReminder

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
10b279c059c9518d70e67a1729f45d7792e2724d

refactor: format

ddiohabara committed 2 years ago
Unverified
e4272a6d351a0c7f1e4750449b12d0991fd8de16

fix: change section

ddiohabara committed 2 years ago
Unverified
44dee7989480cbdfbd25e63112445305a4af3bf8

fix: change the format of output

ddiohabara committed 2 years ago
Unverified
a90bf02c71b9de0ee062bc21764e2cd57a454046

ci: remove deno deploy

ddiohabara committed 2 years ago
Unverified
21a0d247ccab4544c5c9e4fadac8a08cd9800088

ci: allow no tests

ddiohabara committed 2 years ago
Unverified
7f01559729b2680901997c4a94d08c9da9039ce2

ci: update to lint

ddiohabara committed 2 years ago

README

The README file for this repository.

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