1.0.6 • Published 3 years ago

@adplata/html-validate-offline v1.0.6

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago