@adplata/html-validate-offline

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @adplata/html-validate-offline

Weekly Downloads

3

Version

1.0.6

License

ISC

Unpacked Size

4.51 kB

Total Files

3

Last publish

Collaborators

  • adplata