WordHunter is now live on WordHunter-V1
WordHunter-V2 is now live on https://wordhunter.niweera.gq
WordHunter lets you to find the words for the letters you have when you are playing Scrabble.
The following is the basic architecture of the WordHunter application. (The web application will use the WordHunter-api to get the results according to the letters that the user has given.)
User wants to find words which can be created from a, s, d
The WordHunter service will provide the following results.
- sad - Feeling or showing sorrow; unhappy.
- ads - An advertisement.
(The initial version would only give the words which contains all the letters. Later versions would provide all the letter combinations.)
Nipuna Weerasekara – @Niweera – w.nipuna@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/Niweera/wordhunter
The back-end for this application is in wordhunter-api repo.
This repo is a part of WordHunter
project.
WordHunter
uses GoogleDict Dictionary API service. Find its repo here.
- Fork it (https://github.com/Niweera/wordhunter/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Without the gigantic help from this guy koolify, the development of WordHunter would be impossible...