@segdehanpm/random-names
v1.0.1
Published
Generate unique, random, human names
Readme
RandomNames
This package generates random, human-sounding names from a fairly long, somewhat diverse list of family and given names. It does not take into account different name norms around the world. But, hey, if you want to use it, knock yourself out.
Usage
npm install @segdehanpm/random-namesimport { RandomNames } from '@segdehanpm/random-names';const rn = new RandomNames();const randomName = rn.getName();console.log(randomName); // Phoebe Lewis (or similar)
