kurdish-nicknames

1.0.2 • Public • Published

kurdish-nicknames

Kurdish nicknames generator package that generates high quality Kurdish (Kurmanji) nicknames for both genders and their meanings in English.
https://www.npmjs.com/package/kurdish-nicknames

Features:

  • ~50K possible different combinations of names
  • Easy to use
  • Meanings in English (are done manually)
  • You can choose the names for male, female or the names that can be used by both genders

Install:

With NPM:

npm i kurdish-nicknames

OR with Yarn:

yarn add kurdish-nicknames

Usage:

import {KurdishNicknames} from 'kurdish-nicknames'

// KurdishNicknames.generate(GENDER,
//                          MAX LENGTH PER NAME (EACH FIRST AND LAST NAME),
//                          NUMBER OF NAMES TO BE GENERATED)
let generated_names_items = KurdishNicknames.generate("both", 15, 1)

Sample output object (single object for 1 name or an array of objects for more):

{
  first_name: 'Şevreş',
  last_name: 'Batman',
  first_name_meaning: 'Dark night',
  last_name_meaning: 'It is a city name located in Bakur or Northern Kurdistan',
  gender: 'both'
}

Testing:

You can test with Mocha:

npm test

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i kurdish-nicknames

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    49.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • jagar