https://github.com/everflow-io/everflow-sdk
Everflow's javascript SDK
https://github.com/everflow-io/everflow-sdk
everflow javascript sdk
Last synced: 5 months ago
JSON representation
Everflow's javascript SDK
- Host: GitHub
- URL: https://github.com/everflow-io/everflow-sdk
- Owner: everflow-io
- Created: 2019-07-17T12:43:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-11T14:16:28.000Z (9 months ago)
- Last Synced: 2025-10-24T16:40:18.869Z (8 months ago)
- Topics: everflow, javascript, sdk
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@everflow/everflow-sdk)
## Usage
Get the latest version of the SDK on npm [here](https://www.npmjs.com/package/@everflow/everflow-sdk).
Configure the SDK before doing any tracking.
```javascript
EF.configure({
// You only need to set the tracking domain you want to use
tracking_domain: 'https://.com',
})
```
If using the NPM module, the Everflow SDK instance is exported as default.
```javascript
const EverflowSDK = require('@everflow/everflow-sdk');
EverflowSDK.configure({
// You only need to set the tracking domain you want to use
tracking_domain: 'https://.com',
})
```
## [Documentation](https://developers.everflow.io/docs/everflow-sdk)
Usage directives and examples can be found on our developer hub