Installation
How to install the NodeJS SDK
The AudienceLab NodeJS SDK is distributed via npm, making it easy to install with npm
or yarn
.
npm install @geeklab.app/audiencelab_nodejs_sdk
or
yarn add @geeklab.app/audiencelab_nodejs_sdk
This library is optimized for Node.js backend or proxy environments, not direct use in client-side browsers.