1.0.2 • Published 1 year ago
rapper-name v1.0.2
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.