Example of simple authentication and query.
See index.js and comments within.
-
Clone the repo and
cdinto the project folder -
Make a
.envfile% touch .env -
Add your Monday.com API token in the
.envfileMONDAY_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' } ] }