https://github.com/saketkothari/website-accessibility-tester-with-javascript-and-pa11y
A web app with Node.js & Pa11y to find website accessibility issues.
https://github.com/saketkothari/website-accessibility-tester-with-javascript-and-pa11y
Last synced: 7 months ago
JSON representation
A web app with Node.js & Pa11y to find website accessibility issues.
- Host: GitHub
- URL: https://github.com/saketkothari/website-accessibility-tester-with-javascript-and-pa11y
- Owner: SaketKothari
- Created: 2021-11-10T09:11:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T09:14:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T02:27:55.944Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website Accessibility Tester
- Web app to find website accessibility issues using [Pa11y](https://github.com/pa11y/pa11y)
- Pa11y is your automated accessibility testing pal. It runs accessibility tests on your pages via the command line or Node.js, so you can automate your testing process.## Usage
Install dependencies
```bash
npm install
```Run
```bash
npm start
```