bluzi/name-db

Add sex to names

Open

#456 opened on 2017年11月6日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)JavaScript (220 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (60 stars)
PR merge metrics
 (PR metrics pending)

説明

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:

コントリビューターガイド