See the report.
Copyright © 2016–2017 World Wide Web Consortium (W3C).
This project is licenced under the terms of the MIT licence.
To run the tool locally, you will need Node.js, a
W3C API key and a
GitHub token.
Then create a config.json
with the following content:
{
"w3capikey": "replace with W3C API key",
"ghToken": "replace with GitHub token"
}
Finally, run the tool from the command line:
npm install
node validate.js > report.json