JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 634
  • Score
    100M100P100Q109969F
  • License ISC

A simple middleware wrapper for the 'alexa-verifier' node module.

Package Exports

  • alexa-verifier-middleware

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (alexa-verifier-middleware) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NPM Stats

NPM DavidDM NPM Version

alexa-verifier-middleware

A simple middleware wrapper for express via the alexa-verifier node module.

Why

The alexa-verifier module did exist, but there was still quite a bit of code to write in order to make it work. Click here to see why.

Installation

npm install alexa-verifier-middleware --save

Mentions

Code Example

var avm = require('alexa-verifier-middleware');
...
var app = express();
app.use(avm());

API Reference

avm()

The main part of this module in which you use as middleware for express.