wordgen

1.1.0 • Public • Published

Random Word Generator

Generates a random list of words using crypto.randomBytes and a subset of the New General Service List.

var wg = require('wordgen')
wg.generateWords(10, function (err, words) {
  if (err) throw err
  console.log(words.join(' '))
  // => think certainly agree case common certainly military plan earn except
  // (for example)
})

/wordgen/

    Package Sidebar

    Install

    npm i wordgen

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • pfraze