Skip to content

JavierRibaldelRio/Word-File-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word-File-Counter

A web tool where you can upload a plain text file, to get a JSON with the count of each word. To use it you have to accest to this URL: https://javierribaldelrio.github.io/Word-File-Counter/

Installation

You can download the source code with the following command:

$ git clone https://github.com/JavierRibaldelRio/Word-File-Counter.git

License

Word File Counter is under Mit License, see LICENSE for more details

JSON Example

From Lorem ipsum text

{
    "totalWords": 278,
    "diferentWords": 152,
    "characters": 1986,
    "count": [
        {
            "word": "lacus",
            "count": 5
        },
        {
            "word": "at",
            "count": 4
        },
        {
            "word": "mi",
            "count": 4
        },
        {
            "word": "phasellus",
            "count": 4
        },
        ...
    ]
}

About

A web tool where you can upload a plain text file, to get a JSON with the count of each word.

Topics

Resources

License

Stars

Watchers

Forks