0.1.14 • Published 2 years ago

@thequack/sdk v0.1.14

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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
})