random-fullname

1.0.2 • Public • Published

random-fullname

Generate a random full name.

MIT License

build:? coverage:?

Install

$ npm install --save random-fullname 

Usage

var randomFullName = require('random-fullname');

// API
// - randomFullName([options]);

// options
// - gender
// - middleName

randomFullName();
// => 'Dafi Vatemi'

Optionally include the middle name:

randomFullName({middleName: true});
// => 'Nelgatwu Powuku Heup'

randomFullName({middleName: 'Suosat'});
// => 'Doctor Suosat Am'

Optionally specify the gender:

randomFullName({gender: 'male', middleName: true });
// => 'Ezme Dafi Iza'

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

Dependents (0)

Package Sidebar

Install

npm i random-fullname

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • bubkoo