jovo-plugin-pulselabs

To view this page on the Jovo website, visit https://v3.jovo.tech/marketplace/jovo-plugin-pulselabs

Usage no npm install needed!

<script type="module">
  import jovoPluginPulselabs from 'https://cdn.skypack.dev/jovo-plugin-pulselabs';
</script>

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