1.0.4 • Published 7 years ago

genderify v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Genderify

Try to get gender for a given first name searching in about 20'000 names

Build Status

Promise ready

This module return a Promise, if fulfilled you'll get one of these values:

m, f or null

Install

npm install --save genderify

Usage

const genderify = require('genderify')

genderify(name)
        .then((gender) => {
            console.log(gender)
        })
        .catch((err) => {
            console.log(err)
        })
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago