random-name
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/random-name package

0.1.2 • Public • Published

random-name

return random last names.

  var random = require('random-name')
  console.log(random())
 
  //provides first, middle, and last names.
 
  console.log(random.first())
  console.log(random.middle())
  console.log(random.last())
 
  //also, random place name!
  console.log(random.place())
  

need a list of first names, someone make a pull request.

Taken from the Moby Word List by Gary Ward

TODO: generate new names with markov chains.

License

MIT

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i random-name

    Weekly Downloads

    7,604

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • nopersonsmodules