@sense-lab/sdk

1.0.30 • Public • Published

SenseLab SDKs for JavaScript

Installation and Usage

To install a SDK, simply add the high-level package, for example:

npm install @sense-lab/sdk
yarn add @sense-lab/sdk

Setup and usage of these SDKs always follows the same principle.

import { SenseLab } from '@sense-lab/sdk';SenseLab.init({
  clientKey: 'your-client-key',
});

console.log(SenseLab.isInitialized()); // true

Links

guide

Readme

Keywords

none

Package Sidebar

Install

npm i @sense-lab/sdk

Weekly Downloads

39

Version

1.0.30

License

ISC

Unpacked Size

174 kB

Total Files

64

Last publish

Collaborators

  • runners-sun
  • mikerunners