README
wordhub
A simple module to get all the possible words from a word. Useful when creating a word game.
Could be used for a game like https://wordhub.com
Install
$ npm install --save wordhub
Usage
require("wordhub")
console.log(findWords("Hello"))
//=> […, 'hoe', 'hole', …]