0.1.1 • Published 8 years ago

bird-puns v0.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

#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);
});
0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago