Initializing your app
Guide: Initializing the pollz-js SDK
Prerequisites
Initialize the SDK
Step 1: Install the SDK
npm install pollz-jsStep 2: Import the SDK
const { PollzSDK } = require('pollz-js');Step 3: Initialize the SDK
Last updated