Skip to content

internette/webaim-wave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI for WebAIM Wave Accessibility Audit tool

Setup

To use the CLI, you must sign up for a WebAim WAVE CLI API key

  1. Create an .env file
  2. Add the key API_KEY={api key value}
    • Ex: API_KEY=thisisyourkey
  3. Pass the .env file path with the --envPath flag

Flags

All flags are prepended with --

  • --envPath: Used to designate where the .env file lives. The default is the current working directory.
  • --url: URL to run the Wave accessibility tools against. Required
  • --output: location where to put the exported JSON file. The default location is the current working directory.

Example commands

webaim-wave --url=https://google.com --envPath=config/.env

webaim-wave --url=https://amazon.com --output=wave/output

About

NPM package for WebAIM Wave Accessibility tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published