hello-random-name
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 โ€ข Public โ€ข Published

hello-random-name

GitHub npm version install size npm downloads

bolierplate from modern-npm-package

Get Started

๐Ÿ’ƒ Hello Random Name ๐Ÿ•บ

import helloRandomName from "hello-random-name";

const randomName = helloRandomName.getName();
/*{
 *  gender: 'male',
 *  name: { english: 'Hyunseok', japanese: 'ใƒ’ใƒงใƒณใ‚ฝใ‚ฏ', korean: 'ํ˜„์„' }
 *}
 */
const randomFemale = helloRandomName.getName("female");
const randomMale = helloRandomName.getName("male");
const allNameList = helloRandomName.getAllNames();

Package Sidebar

Install

npm i hello-random-name

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

54.4 kB

Total Files

31

Last publish

Collaborators

  • dusunax