1.0.1 • Published 7 years ago

wuami v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

wu-tang name generator

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

const name = wuami(author).then(wuName => console.log(wuName));

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
1.0.1

7 years ago

1.0.0

7 years ago