@tropos/analytics-node

0.0.3 • Public • Published

@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>

Readme

Keywords

none

Package Sidebar

Install

npm i @tropos/analytics-node

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

12.2 kB

Total Files

10

Last publish

Collaborators

  • aloisbarreras