1.0.4 • Published 5 years ago

pulselabs-recorder-dev v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Pulselabs Recorder - Analytics for your alexa skill

SDK to record & replay voice interactions for tests conducted on pulse labs platform

Setup

Create a free account at https://www.pulselabs.ai and get an API_KEY.

pulselabs-recorder is available via NPM.

npm install pulselabs-recorder --save

Follow the instructions at https://www.pulselabs.ai/app/#/client/documentation

Configuration Options

Additional configuration options are available when importing the pulselabs-recorder module. The configuration options are passed through via a config object in the init call.

const configuration = {
  'debug': true,
  'timeout': 1000,
}

const pulse = require('pulselabs-recorder').init('yourApiKeyHere', configuration)

The following are the available configuration keys:

debug - boolean logs helpful debugging information
timeout - number timeouts requests after given milliseconds