Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

an-array-of-spanish-words

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

an-array-of-spanish-words

An array of ~250,000 Spanish words. Works with Node and Browserify.

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

an-array-of-spanish-words

An array of ~250,000 Spanish words. Works with Node and Browserify.

I found the list in this repo: https://github.com/ManiacDC/TypingAid. I'm not sure of it's origin, but it's the most extensive Spanish word list I could find.

Programmatic Usage

To use the module in Javascript code, install it locally:

npm install an-array-of-spanish-words --save

Then:

var words = require("an-array-of-spanish-words")
var funWords = words.filter(word => !!word.match(/^fun/i))
console.log(funWords)

Command Line Usage

There's a CLI that prints all words to STDOUT. Install it globally:

npm i -g an-array-of-spanish-words
palabras | grep queso

See Also

Dependencies

None

Dev Dependencies

  • byline: simple line-by-line stream reader
  • lodash.uniq: The lodash method _.uniq exported as a module.

License

MIT

Generated by package-json-to-readme

Keywords

FAQs

Package last updated on 09 Jun 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc