Nothing fancy, just a card generator for every point in WCAG2 guidelines.
./app.js
Usage: app [options] <user-token> <app-key> <column-id>
Options:
-h, --help output usage information
-V, --version output the version number
-A, --level-A Level A
-AA, --level-AA Level AA
-AAA, --level-AAA Level AAA
(https://developers.trello.com/get-started/start-building)
Column is a list inside a board. You can play here: (https://developers.trello.com/sandbox)
This tool uses a JSON format containing all the texts of WCAG principles, guidelines and criteria. This JSON document was generated using the Wcag2Json project. https://github.com/WilcoFiers/wcag2json/