silly-names-hun

1.1.3 • Public • Published

Silly-Name-Generator (HUNGARIAN EDITION)

About

This package containes functions to generate random funny hungarian names. To be used as placeholders, or whatever that you find them useful for.

How to use it?

You can install the package using the command-line:

npm i silly-names-hun

Functions

  • getRandomName(isApropriate) - With this function you can get a random name, based if it is apropriate or not.
  • getNthName(index) - With this function you can get the (n)th name of the list
  • getNamesLength - Used to get the actual length of the list of names.
const names = require("silly-names-hun");

names.getRandomName(); // Both Apropriate & Inapropriate names
names.getRandomName(true) // Only Apropriate names
names.getRandomName(false) // Only Inapropriate names
getNthName(1) // Abrosz Tisztakosz
getNamesLength() // 352

Example names

  • Abrosz Tisztakosz
  • Humor Herold
  • Idét Lenke
  • Ipsz Ilonka
  • Para Zita
  • Vak Cina
  • Por Zoltán
  • Kiss M. Ágnes
  • Ezasztán Bátor
  • Feles Elek

Future Plans

  • Im planning to do an option that lets you choose only male or female names.
  • Possible doing an API
  • A CDN link for vanilla static projects

Readme

Keywords

Package Sidebar

Install

npm i silly-names-hun

Weekly Downloads

7

Version

1.1.3

License

ISC

Unpacked Size

31.4 kB

Total Files

4

Last publish

Collaborators

  • gazdagb99