1.1.0 • Published 8 years ago

wordgen v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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)
})
1.1.0

8 years ago

1.0.1

10 years ago

1.0.0

10 years ago