yoruba-names

2.2.0 • Public • Published

yoruba-names

travis build codecov coverage version downloads MIT license

Get a random yoruba name

How to install

Library is available on NPM

npm install --save yoruba-names

Usage

See the examples/example.js file

var yorubaNames = require('yoruba-names');
 
// Get a random Yoruba name
console.log(yorubaNames.random());
 
// Get a random number of Yoruba names
console.log(yorubaNames.random(2));
 
// Get a random Yoruba fullname
console.log(yorubaNames.random() + " " + yorubaNames.random());

Readme

Keywords

Package Sidebar

Install

npm i yoruba-names

Weekly Downloads

1

Version

2.2.0

License

MIT

Last publish

Collaborators

  • mczlatan