Skip to content

mojoaxel/datasets-unisex-first-names-en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasets-unisex-first-names-en

A list of common gender-neutral first names in English speaking countries.

Installation

npm install --save datasets-unisex-first-names-en

Usage

import names from "datasets-unisex-first-names-en";

function randomName() {
	return names[Math.floor(Math.random()*names.length)];
}

console.log(`${randomName()} loves ${randomName()} !`);

This will print something like: Bobbie loves Charlie !

Contribute

Please feel free to add new gender-neutral english names (or remove incorrect ones!).
Please make sure the list stays sorted alphabetically. Thx!

License

This dataset is unlicensed. You can use it without any restrictions other than human rights ;-)

About

A list of common gender neutral first names in English speaking countries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published