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

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.

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
```