The script "cheat-codes" generates a list of words from a word, or a few letters. It's helpful for providing hints while playing games like Letterpress & Words easily.
git clone https://github.com/johnnzamba/cheat-codes.git
cd cheat-codes
npm [-g] install words
npm run test
npm install http-server
Ensure you have npm installed and then install the http-server using the latter command via terminal. Now to run the project:
http-server
You can try it online as well here:
http://masaasoft.com/words
I want to acknowledge Matthew Hudson @[email protected] as the original owner of the development library- codecov.
Unless attributed otherwise, everything is under the MIT License (see LICENSE for more info).