This package has been deprecated

Author message:

This package is used for testing

pulselabs-recorder-dev
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pulselabs-recorder-dev

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

19.9 kB

Total Files

28

Last publish

Collaborators

  • tools-dev