armonge / voxa-dashbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voxa Dashbot for Alexa Skills

Build Status Coverage Status

A Dashbot plugin for building Alexa Skills with voxa

Installation

Just install from npm

npm install --save voxa-dashbot

Usage

const Voxa = require('voxa');
const voxaDashbot = require('voxa-dashbot');

const skill = new Voxa(voxaOptions);

const dashbotConfig = {
  api_key: '<dashbot api_key>',
  ignoreUsers: [], // a list of users to ignore
  suppressSending: false, // A flag to supress sending hits. 
};

voxaDashbot(skill, dashbotConfig);

About

License:MIT License


Languages

Language:JavaScript 97.9%Language:Shell 2.1%