Skip to content

Get some information about a text from file or Wiki article

Notifications You must be signed in to change notification settings

plzandtanku/text-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-stats

Get some information about a text. Can read from a text file or read from wiki article (on en.wikipedia.org). Currently will do word count and also find the longest word.

text_stats.js

  Usage: node text_stats.js [options]

Options

  -f, --file file     The text file to read from
  -w, --wiki string   The wiki article to read from
  -h, --help

Make sure to run npm install first to resolve dependencies.

Run examples:

  • node text_stats.js -f my_text_file.txt
  • node text_stats.js -w The_Simpsons

About

Get some information about a text from file or Wiki article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published