Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/metaphorical/qac
- Owner: metaphorical
- Created: 2015-08-07T07:54:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T11:54:49.000Z (over 9 years ago)
- Last Synced: 2023-03-01T07:46:57.107Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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*