1.0.0 • Published 8 years ago

latvian-names v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Latvian Names

Get Latvian Names

The name list is just a JSON file

Install

$ npm install --save latvian-names

Usage

var latvianNames = require('latvianNames');

latvianNames.random();
//=> Ausma

API

.all

Type: array

Gets all Latvian names.

.male

Type: array

Gets all Latvian names of the male gender.

.female

Type: array

Gets all Latvian names of the female gender.

.random()

Type: function

Random Latvian name.

License

MIT © Arnolds Kozlovskis