f3rno / affiliates-nicknames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

affiliates-nicknames

Nickname Generation for Fun and Profit

Usage

const getNickname = require('@bitfinex/nicknames')

console.log(getNickname())

// custom dictionaries
const custom = getNickname({
  adjectives: ['laughing', 'dancing', 'jumping'],
  nouns: ['Cloud', 'Sun', 'Moon']
})
console.log(custom)

Runable example: example.js

Test

npm i -g mocha standard
npm t

About


Languages

Language:JavaScript 100.0%