2.0.1 • Published 15 days ago

todoist-random-project v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
15 days ago

todoist-random-project

This is CLI that will connect to your Todoist account and return a random project.

Installation & Setup

  1. Install the script
npm i -g todoist-random-project
  1. Add an environmental variable TRP_API_TOKEN with the value set as your Todoist API Token. You can find your token from the Todoist Web app at Todoist Settings -> Integrations -> API token.
  export TRP_API_TOKEN=abc123thisismyapittoken
  1. Optional. Add an environment variable TRP_IGNORED_PROJECTS. The value can be a comma separated list of project IDs to be ignored by the script (IDs can be found in the URL of the project).
  export TRP_IGNORED_PROJECTS=123,456,987

Usage

  todoist-random-project

  > Get fit 💪 (https://todoist.com/showProject?id=2268367228)

Contributing

To contribute to the project, branch off of the development branch and once your changes are complete create a pull request to merge back into the development branch.

Releasing

Releases are automated using Github Actions. To trigger a release, update the package version in develop and then merge develop into the main branch.

2.0.1

15 days ago

2.0.0

15 days ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago