Skip to content

Latest commit

 

History

History
executable file
·
51 lines (38 loc) · 1.43 KB

README.markdown

File metadata and controls

executable file
·
51 lines (38 loc) · 1.43 KB

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.

codecov

Web Application Demo



Installation

git clone https://github.com/johnnzamba/cheat-codes.git
cd cheat-codes
npm [-g] install words
npm run test
npm install http-server

Usage

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

Acknowledgement

I want to acknowledge Matthew Hudson @matthud@gmail.com as the original owner of the development library- codecov.

License

Unless attributed otherwise, everything is under the MIT License (see LICENSE for more info).