Skip to content

dazwiafl/pa11y-express-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published