micnews / html-word-count

Counts words in HTML body

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SYNOPSIS

Counts words in HTML body.

Build Status

USAGE

var wordCount = require('html-word-count');
wordCount('<p>Hello <b>world!</b></p>'); // 2

##LICENSE

MIT

About

Counts words in HTML body

License:Other


Languages

Language:JavaScript 100.0%