bluzi/name-db

Add sex to names

Open

#456 aberto em 6 de nov. de 2017

Ver no GitHub
 (0 comments) (2 reactions) (0 assignees)JavaScript (220 forks)github user discovery
good first issuehelp wanted

Métricas do repositório

Stars
 (60 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Add genders to existing names. Add new key-value pair "sex": "string" to JSON name files.

Use single, lowercase letters: m for male, f for female and u for unisex names. Don't spell out the whole words.

For example:

{
    "name": "Mary"
    "sex": "f", 
    "meaning": "Most likely Egyptian name derived in part from mry \"beloved\" or mr \"love\". Also known by Greek and Hebrew form of \"sea of bitterness\", \"rebelliousness\", and \"wished for child\"",
    ...
}

You can also:

Guia do colaborador