datasets-unisex-first-names-en

1.1.0 • Public • Published

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 ;-)

Package Sidebar

Install

npm i datasets-unisex-first-names-en

Weekly Downloads

2

Version

1.1.0

License

Unlicense

Unpacked Size

4.8 kB

Total Files

4

Last publish

Collaborators

  • mojoaxel