Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

jgrillo/wordcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordcount

It counts your words.

POST /words

{
    "word" : ["word", "word", "word"]
}

Response:

{
    "counts" {
        "word": 3
    }
}

About

It counts your words with go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages