Word and character count from html5 string.
Why this package?
Word and character count is a promise based function.
Installing
using npm
npm install word-character-count
using yarn
yarn add word-character-count
Usage
const wordCount = ; const result = await wordCount;
Return object
It returns JSON object as promise.
example:
result = CharacterCount: 20 WordCount: 3 words: "This endpoint works!";
where WordCount and CharacterCount are both number dataType.