A nodejs library to intercept request and response sent by Alexa skill or Google Action
npm install pulselabs-recorderSDK to record & replay voice interactions for tests conducted on pulse labs platform
Create a free account at https://www.pulselabs.ai and get an API_KEY.
pulselabs-recorder is available via NPM.
``bash`
npm install pulselabs-recorder --save
Follow the instructions at https://dashboard.pulselabs.ai/client/documentation
`javascript
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