wordlist-with-phrases

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i wordlist-with-phrases

Weekly Downloads

2

Version

1.0.3

License

LGPL-3.0-or-later

Unpacked Size

2.72 MB

Total Files

5

Last publish

Collaborators

  • stonkpunk