View Source
W3cValidators.NuValidator
(w3c_validators v0.1.0)
W3C HTML markup validator service wrapper
Validate the markup of a string
Validate the markup of an URI
Validate the markup of a string
iex> W3cValidators.NuValidator.validate_text("<html>test</html>")
{:ok, result}
Validate the markup of an URI
iex> W3cValidators.NuValidator.validate_uri("https://www.spkdev.net/")
{:ok, result}