@everflow/everflow-sdk

1.2.2 • Public • Published

npm (scoped)

Usage

Get the latest version of the SDK on npm here.

Configure the SDK before doing any tracking.

EF.configure({
    // You only need to set the tracking domain you want to use
    tracking_domain: 'https://<tracking-domain>.com',
})

If using the NPM module, the Everflow SDK instance is exported as default.

const EverflowSDK = require('@everflow/everflow-sdk');

EverflowSDK.configure({
    // You only need to set the tracking domain you want to use
    tracking_domain: 'https://<tracking-domain>.com',
})

Documentation

Usage directives and examples can be found on our developer hub

Readme

Keywords

none

Package Sidebar

Install

npm i @everflow/everflow-sdk

Weekly Downloads

1,072

Version

1.2.2

License

UNLICENSED

Unpacked Size

92.3 kB

Total Files

11

Last publish

Collaborators

  • everflow-support
  • olivierboucher
  • davideverflow