get-delighted
v1.0.12
Published
Widget for getdelighted.co
Downloads
17
Readme
Get Delighted Widget
See https://docs.getdelighted.co/docs for more indepth details on how to use the widget and what each field means.
Install
npm i get-delighted
yarn add get-delighted
Usage
import {init, identify} from 'get-delighted'
init("<your-api-key>")
// Somewhere in your app
identify({name: "Bobby Tables", id: "1234", email: "[email protected]"})