1.0.2 • Published 6 years ago

rapper-name-generator v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Rapper-Name-Generator

Generate rap names in your app!

Try it Out!

Install

npm install rapper-name-generator --save

Usage

import RapperName from 'rapper-name-generator';

console.log(RapperName());
// Prints: "Big Clout Baby"

Contribution

  • Clone this repo
  • Make additions/removals from the words array in words.js
  • Create a pull request!