lettersoup
v1.0.2
Published
generate letterSoup
Maintainers
Readme
LetterSoup (Algorithm) (no Production now)
Algorithm for make letterSoups (sopa de letras)
Install
npm i lettersoupImport/Examples
import { WordSearch } from 'letterSoup'
const listWords = ['Doctor', 'Dog', 'Banana']
const {
getPuzzle,
getWords
} = new WordSearch(wordsArray)
const puzzle = getPuzzle()
const words = getWords()Run Locally
Clone repository
git clone https://github.com/FabianEscarate/letterSoupGo to the project directory
cd letterSoupuse current node version
nvm useInstall dependencies
npm installStart the server
npm startRunning Tests
To run tests, run the following command
npm run test