1.0.3 • Published 2 years ago

wordlist-with-phrases v1.0.3

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
2 years ago

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

stonks

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago