2.0.1 • Published 7 years ago

funky-sloth-42 v2.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

funky-sloth-42

generates random string out of adjective, animal and a number

Build Status Coverage Status Greenkeeper badge

Usage

const generateString = require('funky-sloth-42')
console.log(generateString())
// clever-fox-11
console.log(generateString())
// hungry-be-99
console.log(generateString(3))
// ['highfalutin-pelican-38', 'delightful-panther-72', 'busy-wombat-66']

Tutorial

You can watch me creating this package and all my decision making along the way on YouTube: https://youtu.be/mPcxtm5q5Uc

License

Apache 2.0