bird-puns
v0.1.1
Published
A useful tool for all your bird pun needs
Downloads
3
Readme
#Bird Pun Generator Need some stupid bird puns? Of course you do.
##How to Install
npm install bird-puns
##How to Use
var birdPuns = require('bird-puns');
birdPuns.getBirdPun(); //If you liked it then you should've put a wing on it
Make Sure It's Funny
birdPuns.promiseToBeFunny().then(function(pun) {
console.log('This is funny: ' + pun);
}).catch(function(pun) {
console.log('This ain\'t so funny: ' + pun);
});