1.1.0 • Published 3 years ago

hypexr-html-validate-offline v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Installation

npm install --save html-validate-offline

Usage

const { validateHTML } = require('@adplata/html-validate-offline')
validateHTML('Your HTML code')    # return { status, message }

status: true/false - Boolean
message: Description of validation - String

Repository

https://github.com/adplata/validate-html-offline

License

MIT

CHANGELOG

1.0.4 : Fixed - Closing styles 1.0.5 : Added repository to README.md