0.0.3 • Published 5 years ago

@tropos/analytics-node v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@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. \company@troposhq.com\