express-alexa-router

v1.0.0
A plugin for handling alexa-router through express
alexa router plugin express

express-alexa-router

Plug alexa-router into your express application.

Usage

// It's important to make sure that you're using a JSON parser since alexa-router
// needs to access the request's body
app.use('/alexa/webhook', bodyparser.json(), expressAlexaRouter(alexa))

Testing

git clone https://github.com/estate/express-alexa-router && cd express-alexa-router
npm install && npm test
npm i express-alexa-router

Metadata

  • MIT
  • Whatever
  • Estate
  • released 7/21/2016

Downloads

Maintainers