Socket
Socket
Sign inDemoInstall

webaim-wave

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    webaim-wave

CLI for WebAIM Wave accessibility tool


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Install size
86.9 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 13 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc