New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lettersoup

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lettersoup

generate letterSoup

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

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

  • @Fabian Escarate

Keywords

letterSoup

FAQs

Package last updated on 03 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts