An API to say things with the Party Parrot
npm install parrotsay-api```
npm install --save parrotsay-api
`js
// example.js
const parrotSay = require('parrotsay-api')
parrotSay('yaaay')
.then(console.log)
.catch(console.error)
``
MIT © Matheus Fernandes