This library generates random and hopefully funny nicknames by combining common adjectives with animals. Forget using boring names like guest32
or guest33
and start using witty alternatives like Proud Beaver
or Suspicious Bat
.
const nickGenerator = require('nick-generator')
const nick = nickGenerator() // => "Impressive Grasshopper"