wordlist-with-phrases
v1.0.3
Published
list of 182,447 words and phrases from OpenThesaurus
Downloads
4
Maintainers
Readme
wordlist-with-phrases
list of 182,447 english words and phrases from OpenThesaurus
Installation
npm i wordlist-with-phrases
Usage
var list = require('wordlist-with-phrases');
//print out 10 random words/phrases
for(var i=0;i<10;i++){
console.log(list[Math.floor(Math.random()*list.length)]);
}
// ribose
// sauce verte
// computer architecture
// oesophagoscope
// brocadopa
// vizcaino
// good naturedness
// notropis cornutus
// ticket tout
// thug
See Also
- thesaurus - used to produce this list