wordhub

A simple nodejs module that can be used to find all the possible words from a word

Usage no npm install needed!

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

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', …]