Skip to content

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

License

Notifications You must be signed in to change notification settings

briannezhad/cWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published