rapper-name
v1.0.2
Published
This package gives a random name of a rapper
Downloads
10
Maintainers
Readme
rapper-name
A npm package to get random rapper names.
Installation
Use the npm package manager to install the package.
npm i rapper-name
Usage
const getName = require("rapper-name")
# returns a random rapper name
const randomName = getName();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.