0.0.5 • Published 5 years ago

cword v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

cWord Boot Build

Purpose of this liberary is to create an array that shows the words and frequent usage.

Requirements

  • Node.js
  • NPM (Node.js require for NPM)

Features

getCount(exclude)

Usage

Traditional: Include cWord.js file in your project and load it.

NPM: npm i cword

Create Instance

const t = new cWord(String)

console.log(t.getCount(['and', 'if'])) // This will return text cound without the word 'and' and 'if'

Contributors