nicknamer

1.1.0 • Public • Published

nicknamer

Generates a nickname in the format of ${adjective} ${noun}

Install

npm i --save nicknamer

Usage

The position of nicknames have been randomized on every generation, so the easiest way is to loop thru its list:

const nicknamer = require('nicknamer')

for (let i = 0, i < nicknamer.count; i++) {
  console.log(nicknamer.list[i])
}

Otherwise you may call the function nicknamer.get() for a random nickname:

const nicknamer = require('nicknamer')

console.log(nicknamer.get())

Readme

Keywords

none

Package Sidebar

Install

npm i nicknamer

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

1.17 MB

Total Files

20

Last publish

Collaborators

  • kennyki