abcount

0.0.4 • Public • Published

abcount

Curious how often you use a letter or word in a text? Now you can find out!

Usage:

var abcount = require('abcount')

//the filename: 'license'
//the word or letter to match: 'the'
//the number of occurences: result

abcount('license', 'the', function(result){
	console.log('the count is ' + result)
})

Package Sidebar

Install

npm i abcount

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • t_d