Example of simple authentication and query.
See index.js
and comments within.
-
Clone the repo and
cd
into the project folder -
Make a
.env
file% touch .env
-
Add your Monday.com API token in the
.env
fileMONDAY_TOKEN=your_key_goes_here
-
Install Node modules
% npm install
-
Run the script
% npm start { boards: [ { id: '#########', name: 'Board name' }, { id: '#########', name: 'Board name' }, { id: '#########', name: 'Board name' }, { id: '#########', name: 'Board name' }, { id: '#########', name: 'Board name' } ] }