CLI for checking the accessibility of a pdf document using checkers.eiii.eu
$ npx node-wcag-pdf-cli <url-or-path-to-file>
From npm
$ npm install wcag-pdf-cli -g
From GitHub
$ git clone git@github.com:zrrrzzt/node-wcag-pdf-cli.git
cd into directory an run the setup script
$ npm run setup
Pass in url to pdf or path to file
$ wcag-pdf <url-or-path-to-file>
- node-wcag-pdf API for this module