lowbot-alexa
v0.1.2
Published
Alexa adapter for lowbot
Maintainers
Readme
Lowbot alexa
Alexa adapter for lowbot
This is a work in progress
Installation
NPM
npm i --save lowbot-alexaYarn
yarn add lowbot-alexaUsage
Node
const LowBot = require('lowbot');
const alexa = require('lowbot-alexa');
let botInstance = new LowBot()
.useAdapter(alexa);