Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.