An open API service indexing awesome lists of open source software.

https://github.com/openclassrooms/w3c-validate

OpenClassrooms W3C validate tool
https://github.com/openclassrooms/w3c-validate

Last synced: 10 months ago
JSON representation

OpenClassrooms W3C validate tool

Awesome Lists containing this project

README

          

w3c-validate
============

OpenClassrooms W3C validate tool

QUICKSTART
- npm install
- cp config.yaml.dist config.yaml
- edit config.yaml :
- change 'baseUrl' with base url of website to test
- fill 'url' with all uri to test
- run 'node validate.js' will create a static html file
- run 'grunt' to launch a static server
- go to http://localhost:9001 to display results