productbird
v1.0.15
Published
Widget for productbird.io (formerly getdelighted.co)
Downloads
3
Readme
Get ProductBird 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 productbird
yarn add productbird
Usage
import * as productbird from 'productbird'
productbird.init("<your-api-key>")
// Somewhere in your app
productbird.identify({name: "Bobby Tables", id: "1234", email: "[email protected]"})