1.0.2 • Published 7 years ago

namo v1.0.2

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

namo namo Logo

NPM version Build Status Dependency Status Donate

A name database build on different data sources grouped by culture and gender.

Contribute

If you have acces to large name lists regarding your culture which contains gender informations: Please migrate your data here. Migrations of json and csv files are stored in /db/migrate/. Simply add a new folder and add an index.js node module file. Change namo-migration-version in package.json and run npm run migrate to execute your new name data migration.

Installation

npm i --save namo

Usage

The main purpose of namo is to be a name database. But there are a few handy methods.

"use strict";

require("should");
var Namo = require("namo")
var namo = new Namo();

namo.init().then(function () {
    namo.eachName(function (nameInfo) {
        console.log(nameInfo)
    })
})

Content

Here is a list of cultures, genders and number of names per category. ~ 69,317 first given names and growing CONTENT.md

License

MIT © s-a