1.2.2 • Published 6 months ago

@everflow/everflow-sdk v1.2.2

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
6 months ago

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

1.2.2

6 months ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago