Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 519 Bytes

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