Uses official scrabble dictionary
- /check/:word - checks if word is valid (example: /check/hello)
returns: {msg: "valid word"} or {msg: "invalid word"}
- /includes/:letters - returns a list of words given a set of letters (example: /includes/hlo)
returns: {msg: ["HALO", "HELLO", ...]}
capped at top 50 words sorted by increasing length (this will ensure words with non repeated letters to be first)
scrabble.adelbeit.com/check/never
scrabble.adelbeit.com/check/gonna
scrabble.adelbeit.com/check/give
scrabble.adelbeit.com/check/you