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

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.

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.