0.0.5 • Published 7 years ago

pa11y-express-render v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

pa11y-express-render

An express middleware to check the accessibility of your response with pa11y on render, by adding console-logs with the errors/warnings/notices of your response to your html response.

How to install

npm install pa11y-express-render

Usage

var pa11ymw = require('pa11y-express-render');

app.use(pa11ymw(options));

Options

All options are optional

  • active: activate the middleware (Boolean | default: false)
  • pa11yOptions: tell pa11y what to do, find more in the pa11y documentation/configuration (Object | default: {})
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago