lettersoup
v1.0.2
Published
generate letterSoup
Downloads
6
Maintainers
Readme
LetterSoup (Algorithm) (no Production now)
Algorithm for make letterSoups (sopa de letras)
Install
npm i lettersoup
Import/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/letterSoup
Go to the project directory
cd letterSoup
use current node version
nvm use
Install dependencies
npm install
Start the server
npm start
Running Tests
To run tests, run the following command
npm run test