Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 353 Bytes

File metadata and controls

17 lines (9 loc) · 353 Bytes

Mable AI Analytics JS

Analytics library to send events to the mable server without having to deal with all the manual steps.

Usage - Setup

const Analytics = require('@mableai/analytics')

const analytics = new Analytics(apiKey);

Track Events

analytics.track(event, cb);

Identify Events

analytics.identify(event, cb);