Skip to content

Service for searching words from given letters

Notifications You must be signed in to change notification settings

sanprojects/words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service for searching words from given letters

API

Find words from given letters

curl -v 'http://127.0.0.1:8080/?letters=wordOrLetters'

Load dict

curl -vX POST 'http://127.0.0.1:8080/' \
 -H 'Content-Type: application/json' \
 --data '["word", "test", "tree"]'

About

Service for searching words from given letters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages