brrd
v1.0.4
Published
brrd magically increases your revenue and conversions on autopilot
Downloads
3
Readme
Brrd javascript client SDK
Using brrd is quick and super simple
Installation
yarn add brrd
Usage
import { BrrdClient } from 'brrd'
const brrd = new BrrdClient('pk_10298mU7-xR4T-nMi9-8381-1a2b3c4d5e6f')
const observation = await brrd.observe({ identifier: "[email protected]" }, 'PAYMENT')
We can then detect and handle returned observations in our code
For more usage examples, please refer to our documentation