express-alexa-router

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i express-alexa-router

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bsiddiqui
  • alanhoff