dazwiafl / pa11y-express-render

An express middleware to check the accessibility of your response with pa11y

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: {})

About

An express middleware to check the accessibility of your response with pa11y

License:MIT License


Languages

Language:JavaScript 100.0%