html5validator is a small python utility to validate HTML5 documents locally via w3c's online validation service.
Copyright (C) Erik Sørensen, 2015.
Using html5validator is simple: (./)html5validator [one or more files ...] Shell wildcard expansion will be handled.
Example:
./html5validator testData/*.html
The software is licensed under the GNU General Public License v3 (GPL), for details, see LICENSE file.