armenian-names

2.2.1 • Public • Published

armenian-names

An NPM package for Armenian names.

baby

Usage

Install the package using npm:

$ npm i armenian-names

Now you can require the package in your code and use it:

const {getRandomBoyName, getRandomGirlName} = require('armenian-names')

console.log(getRandomBoyName())
console.log(getRandomGirlName())

The package exports the following functions:

getBoyNames() 
getGirlNames() 
getAllNames() 
getRandomBoyName() 
getRandomGirlName() 
getRandomName() 
getRandomBoyNameThatStartsWith(firstLetters) 
getRandomGirlNameThatStartsWith(firstLetters) 
getRandomNameThatStartsWith(firstLetters)

Source

Wiktionary.org's page for Armenian given names

Package Sidebar

Install

npm i armenian-names

Weekly Downloads

3

Version

2.2.1

License

ISC

Unpacked Size

12.8 kB

Total Files

5

Last publish

Collaborators

  • shantdashjian