random-fullnames-generator
v1.0.0
Published
Random full-names generator
Downloads
20
Readme
Random Full-Name Generator
Simplest way to generate random full-names with the most common first name and last name around the world in JavaScript projects.
Installation
NPM Installation:
npm install random-fullnames-generator
Usage
JavaScript
// Include package
const randomName = require('random-fullnames-generator');
// Use the randomFullName function to generate full-names
console.log(randomName.randomFullName());