Skip to content

diant/word-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word finder

Word finder for English(UK) Uses the SOWPODS dictionary

CLI

Installation

  • Go to folder src\WordFinder.CLI\ and run the following commands:
  • dotnet pack -c Release
  • dotnet tool install -g --add-source .\nupkg wfind

Once installed, update with dotnet tool update -g --add-source .\nupkg wfind

Alternatively, on the folder src\WordFinder.CLI\tools there are 3 scripts to install, update and uninstall the tool.

  • install.ps1
  • update.ps1
  • uninstall.ps1

Usage

Type wfind or wfind --help for more information

API

Exports a REST API with the following endpoints:

  • POST /api/wordfinder/{FindWordsOptions} to get all words containing the given letters

WEB

MVC web application

About

Word finder for English(UK)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published