an-array-of-spanish-words

2.0.0 • Public • Published

an-array-of-spanish-words

Build Downloads Size

List of ~636,000 Spanish words. Derived from the Letterpress word list.

Install

npm:

npm install an-array-of-spanish-words

Use

var words = require('an-array-of-spanish-words')
 
console.log(words.filter(d => /palabras/.test(d)))

Yields:

[
  'apalabras',
  'apalabrase',
  'apalabraseis',
  'apalabrasemos',
  'apalabrasen',
  // …and more
]

API

anArrayOfSpanishWords

Array.<string> — List of all Spanish words, lowercased.

CLI

Install the CLI globally:

npm i -g an-array-of-spanish-words

Now run palabras (or an-array-of-spanish-words) to print all words:

palabras

See an-array-of-english-words for more CLI examples.

Related

License

MIT © Zeke Sikelianos

Package Sidebar

Install

npm i an-array-of-spanish-words

Weekly Downloads

10

Version

2.0.0

License

MIT

Unpacked Size

8.33 MB

Total Files

5

Last publish

Collaborators

  • wooorm
  • zeke