Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "cword", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Purpose of this liberary is to create an array that shows the words and frequent usage.", | ||
@@ -5,0 +5,0 @@ "main": "cWord.js", |
@@ -1,2 +0,2 @@ | ||
# cWord ![Boot Build](https://img.shields.io/badge/Build-0.0.4-green.svg) | ||
# cWord ![Boot Build](https://img.shields.io/badge/Build-0.0.5-green.svg) | ||
Purpose of this liberary is to create an array that shows the words and frequent usage. | ||
@@ -18,4 +18,11 @@ | ||
**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 | ||
- [Farhad Saadatpei](https://github.com/Farhadsaadatpei) | ||
- [Josue Arce](https://github.com/Josuerc026) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3281
28