Skip to content

lonmarsDev/word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Word counter server

Features

  • Accepts as input a body of text
  • Returns the top ten most-used words along with how many times they occur in the text.

Tech

Dillinger uses a number of open source projects to work properly:

  • [Golang]

Installation

Install the dependencies and devDependencies and start the server.

go mod tidy
go run main.go

Testing:

Verify the deployment by navigating to localhost:8081 your preferred browser.

or via CURL

curl -X POST \
  http://localhost:8081/ \
  -H 'cache-control: no-cache' \
  -H 'postman-token: 445703cc-6dc7-a949-71f2-661f2febabfc' \
  -d 'mine break mine testing testing testing test test we able run bike school school when we are go to school, into the holy testing'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages