Skip to content

trevorgerhardt/nombres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nombres

Generate random names. I could not find where I originally found these lists. But thanks, random internet contributor.

Feel free to add new names to the lists.

Usage

var names = require('names');

// Returns a string with a random forename concatenated with a random surname, ex: 'Trevor Gerhardt'
var randomName = names();

var listOfForenames = names.fore;

var listOfSurnames = names.sur;

// That's it

About

Huge list of first and last names for help generating random names.

Resources

Stars

Watchers

Forks

Packages

No packages published