@tropos/analytics-node
v0.0.3
Published
A Node.js client for [Tropos](http://troposhq.com) — The easiest way to integrate analytics into any Alexa skill powered by Node.js.
Downloads
4
Readme
@tropos/analytics-node
A Node.js client for Tropos — The easiest way to integrate analytics into any Alexa skill powered by Node.js.
Installation
$ npm install @tropos/analytics-node
Usage
const Alexa = require('ask-sdk-core');
const tropos = require('@tropos/analytics-node')('write key');
const skillBuilder = Alexa.SkillBuilders.custom();
exports.handler = tropos.Alexa(skillBuilder
.addRequestHandlers(
...
)
.lambda());
License
Copyright © 2018 Tropos Inc. <[email protected]>