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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    8,239
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    8,239
  • 0.1.1
    1
  • 0.1.0
    1
  • 0.0.0
    2

Package Sidebar

Install

npm i random-name

Weekly Downloads

8,243

Version

0.1.2

License

MIT

Last publish

Collaborators

  • nopersonsmodules