Skip to content

hiimjustin000/word-counter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github | NPM

NPM Version NPM Downloads

Word Counter API

Word counting API w/CLI

const counter = require("word-counter-api");

counter("Test thing because yes"); // { words: 4, characters: 22 }

Even comes with a CLI!

$ count Test thing because yes
4 words, 22 characters

Installation:

API: npm install word-counter-api
CLI: npm install -g word-counter-api

About

Word counting API w/CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages