Skip to content

A project with a CLI to perform manual operations over click up API

Notifications You must be signed in to change notification settings

julia-suarez-deel/cu-personal-utils

Repository files navigation

CLI Application to create lesson reminders in ClickUp

A platzi lesson says you can remember your lessons (courses or anything you want to learn for life) if you remember the lesson in a day, a week and 1 month after the initial lesson, this tool is built to create a ClickUp task with subtasks for each reminder from the current day.

How to use

Steps

  1. npm install

  2. Copy the .env.example to .env and fill the variables:

    1. LESSON_LIST_ID: The ClickUp list where the task will be placed
    2. CLICK_UP_TOKEN: The ClickUp API token for your personal account, this is used to talk to the ClickUp api, you can get one by going to Settings > My Apps > Apps > API Token in the ClickUp app.
  3. Create a lesson reminder using npm run cli -- lesson:create --name "Lesson name"

  4. You will get something like this

demo

About

A project with a CLI to perform manual operations over click up API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published