words

Word Generator provides hints while playing games like Letterpress, Words with Friends, and Scrabble.

Usage no npm install needed!

<script type="module">
  import words from 'https://cdn.skypack.dev/words';
</script>

README

WORDS

Words in a Node.js module that generates a list of words from a word, or a few letters. It's helpful for providing hints while playing games like Letterpress, Words with Friends, and Scrabble.

Web Application Demo

Installation

$ npm [-g] install words

Usage

A demo version is available at Heroku.

curl http://word-generator.herokuapp.com/?letters=m,a,t,t,h,e,w

Suggestions

All comments in how to improve this library are very welcome. Feel free post suggestions to the Issue tracker, or even better, fork the repository to implement your own ideas and submit a pull request.

License

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