1.0.0 • Published 3 years ago

random-fullnames-generator v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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());