0.0.4 • Published 10 months ago

onboarding.js v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Onboarding.js

Description will be available soon

Installation

npm install onboarding.js

Usage

Simply import onboarding from 'onboarding.js'; and use it.

Example:

import onboarding from 'onboarding.js';

onboarding.init('ONBOARDING_IS_TOKEN');
onboarding.identify('USER_ID', {
  name: 'USER_NAME',
  email: 'USER_EMAIL',
  signup_date: 'USER_SIGNUP_DATE' // Example: 2020-01-01T14:30:00Z
});
0.0.4

10 months ago

0.0.1

10 months ago