Skip to content

shantdashjian/armenian-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An NPM package for Armenian names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published