https://github.com/markconroy/axe-thrower
Throw a few URLs at axe and see the results.
https://github.com/markconroy/axe-thrower
Last synced: 4 months ago
JSON representation
Throw a few URLs at axe and see the results.
- Host: GitHub
- URL: https://github.com/markconroy/axe-thrower
- Owner: markconroy
- Created: 2024-09-11T10:05:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T10:40:43.000Z (over 1 year ago)
- Last Synced: 2026-01-27T05:11:15.640Z (4 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axe Thrower
This is a simple example of how to use the Axe-Core library to check the accessibility of multiple URLs at the same time.
## How to use it
1. Run `npm install` to get all the required items.
2. Copy `example.urls.json` and call the new file `urls.json`.
3. Add as many URLs as you want into that file.
4. Run `npm start`.
5. Open index.html to see the report.