0.1.14 • Published 11 months ago

@thequack/sdk v0.1.14

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Quack SDK

npm version for Quack SDK

Usage

import Quack from '@thequack/sdk'


// Init
Quack.init("<YOUR_TOKEN>")

// Identify - pass your users data
Quack.identify({
    id:'',
    email:'',
    ...moreUserDetails
})