poo
Version:
Comical poo based functionality
33 lines (25 loc) • 569 B
Markdown
A friend told me that there were no more three or four letter word npm module names available. I found poo was available, so I took it. What now Alex?!
```javascript
npm install poo
```
or
```javascript
bower install poo
```
```javascript
var poo = require('poo');
```
```javascript
poo();
// Will draw you a picture of poo in the console.
poo.thesaurus();
// Returns a random synonym for poo.
poo.palindrome();
// Returns a palindrome for poop.
poo.fact();
// Returns a random fact about poo!
```