Install JavaScript SDK

This install method is used to integrate Seeka into a server side JavaScript application (eg. Node.js) or mobile app (eg. React Native).
For browser based applications, use either the modern web app or script tag method.

This method provides a lightweight library used to manage identities and track events.

Yarn or NPM can be used to install the package.

Replace (Package registry token) in the examples below with the token provided.

TypeScript type definitions are included as a part of the installed package.

NPM

npm config set @seeka-labs:registry https://gitlab.com/api/v4/projects/34289162/packages/npm/
npm config set -- '//gitlab.com/api/v4/projects/34289162/packages/npm/:_authToken' "(Package registry token)"
npm install --save @seeka-labs/converge-core

Yarn

yarn config set @seeka-labs:registry https://gitlab.com/api/v4/projects/34289162/packages/npm/
yarn config set -- '//gitlab.com/api/v4/projects/34289162/packages/npm/:_authToken' "(Package registry token)"
yarn add @seeka-labs/converge-core