Setup
Installation
First we need to install clickup.js
.
yarn add clickup.js
npm install clickup.js
Obtain Access Token
Before the package is able to be used we must authenticate with the Clickup API and obtain an Access Token
. You can read how to do so at the Clickup API docs.
Once complete you are now ready to use the package.