an-array-of-spanish-words
v2.0.0
Published
List of ~636,000 Spanish words
Readme
an-array-of-spanish-words
List of ~636,000 Spanish words. Derived from the Letterpress word list.
Install
npm:
npm install an-array-of-spanish-wordsUse
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-wordsNow run palabras (or an-array-of-spanish-words) to print all words:
palabrasSee an-array-of-english-words for more CLI examples.
