Get popular human english, italian, french, deutch, spanish or dutch names.
To create this repository I have forked this project and make some edit:
https://github.com/sindresorhus/supervillains
Thanks to the author https://github.com/sindresorhus
The name lists are just JSON files and can be used wherever.
$ npm install --save random-human-names
var humanNames = require('random-human-names');
humanNames.femaleRandom();
//=> Lucy
Type: array
Top female names sorted by popularity.
Type: array
Top male names sorted by popularity.
Type: array
Top names sorted by popularity.
Type: function
Random female name.
Type: function
Random male name.
Type: function
Random name.
MIT © Alessandro Minoccheri