westerjn / wuami

wutang name generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wu-tang name generator

npm i wuami
const wuami = require('./index');

const name = wuami('Craig Mulligan').then(wuName => console.log(wuName)); // Shriekin’ Pupil

Thanks

This is a wrapper around https://github.com/rahulparsani/WuNameAAS, so shout out to @rahulparsani and the og name generators.

Caveats

const name = wuami('Donald Glover').then(wuName => wuName === 'Childish Gambino'); // false

About

wutang name generator


Languages

Language:JavaScript 100.0%