jovo-plugin-pulselabs
v3.6.1
Published
> To view this page on the Jovo website, visit https://v3.jovo.tech/marketplace/jovo-plugin-pulselabs
Downloads
9
Readme
Jovo PulseLabs Plugin
To view this page on the Jovo website, visit https://v3.jovo.tech/marketplace/jovo-plugin-pulselabs
Installation
npm install --save jovo-plugin-pulselabs
Add the plugin to your app.js
file:
// src/app.js
const { PulseLabs } = require ('jovo-plugin-pulselabs');
app.use( new PulseLabs({ apiKey: 'yourApiKey' }) );
Configuration
You can pass additional configuration options as below:
app.use( new PulseLabs({ apiKey: 'yourApiKey' , options: { timeout: 2000, debug: true } }) );
debug - boolean
logs helpful debugging information
timeout - number
timeouts requests after given milliseconds