Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metaphorical/qac

Accessibility testing tool based on pa11y
https://github.com/metaphorical/qac

Last synced: about 1 month ago
JSON representation

Accessibility testing tool based on pa11y

Awesome Lists containing this project

README

        

#QAC - quantum accessibility tester

Small and to the point accessibility testing tool for any web application.

Just enter url you would want to test, if you need auth on server, add username and password for your server, and go.

This version is testing for WCAG2 (A, AA and AAA) compliance using pa11y CLI tool (which uses Phantomjs to check for compliance with various standards and guidelines).

#Installation

Just go *npm install* and start it with *node server.js*

it will be available on *localhost:3392*