Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oslabs-beta/Equa11y
A stream-lined command line tool for developers to easily run accessibility testing locally through axe-core and puppeteer.
https://github.com/oslabs-beta/Equa11y
a11y a11y-testing acessibility acessibility-testing axe-core cli puppeteer
Last synced: 9 days ago
JSON representation
A stream-lined command line tool for developers to easily run accessibility testing locally through axe-core and puppeteer.
- Host: GitHub
- URL: https://github.com/oslabs-beta/Equa11y
- Owner: oslabs-beta
- License: mit
- Created: 2020-08-28T23:32:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T18:33:36.000Z (almost 3 years ago)
- Last Synced: 2024-09-23T02:48:27.392Z (about 2 months ago)
- Topics: a11y, a11y-testing, acessibility, acessibility-testing, axe-core, cli, puppeteer
- Language: TypeScript
- Homepage: https://opensourcelabs.io/
- Size: 875 KB
- Stars: 204
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# equa11y
### Welcome to equa11y, an easy to use command-line tool for accessiblity testing.
#### To start:
```
npx equa11y
```For testing websites you must place 'http://' before you type in a url.
Local files can also be tested! If your site requires a server, spin it up and navigate to your locahost.
If not, you can simply type in an absolute path!- mac ex: 'file:///Users/\*\*/mySite.html'
- win ex: 'C:\Users\*\*\mySite.html'To quit at any point use 'ctrl + c'.
### Contribute
##### Find us on [GitHub](https://github.com/oslabs-beta/equa11y)
### More Information
##### Find us on the [web](http://equa11y-website.herokuapp.com/)
##### Read about us on [Medium](https://medium.com/better-programming/introducing-equa11y-a-command-line-testing-tool-for-web-accessibility-aa29205eed55)
### Authors
##### Heather Friedman | [LinkedIn](https://www.linkedin.com/in/hgfriedman/) | [GitHub](https://github.com/heatherfriedman)
##### Tjolanda Sullivan | [LinkedIn](https://www.linkedin.com/in/willhack/) | [GitHub](https://github.com/willhack)
##### Taylor Riley Du | [LinkedIn](https://www.linkedin.com/in/taylorsriley/) | [GitHub](https://github.com/taylordu)
##### Will Hack | [LinkedIn](https://www.linkedin.com/in/willhack/) | [GitHub](https://github.com/willhack)
### License
##### This project is licensed under MIT License.