An example project illustrating the usage of the CQLab SDK. This project uses ts-node to execute TypeScript.
First, clone this repo and then install dependencies:
npm install
And execute index.ts with:
npm run execute
Modify index.ts to suit your needs.