silly-names-hun
v1.1.3
Published
This package will generate random silly/funny hungarian names for you, to use them as placeholder names or whatever you find them useful for.
Readme
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-hunFunctions
- 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 namesgetNthName(1) // Abrosz TisztakoszgetNamesLength() // 352Example 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
