List of ~636,000 Spanish words. Derived from the Letterpress word list.
npm:
npm install an-array-of-spanish-wordsvar words = require('an-array-of-spanish-words')
console.log(words.filter(d => /palabras/.test(d)))Yields:
[
'apalabras',
'apalabrase',
'apalabraseis',
'apalabrasemos',
'apalabrasen',
// …and more
]Array.<string> — List of all Spanish words, lowercased.
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.