1.0.2 • Published 11 months ago

lettersoup v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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

Authors

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago