parrotsay-api
Install
npm install --save parrotsay-api
Usage
// example.js
const parrotSay = require('parrotsay-api')
parrotSay('yaaay')
.then(console.log)
.catch(console.error)

npm install --save parrotsay-api
// example.js
const parrotSay = require('parrotsay-api')
parrotSay('yaaay')
.then(console.log)
.catch(console.error)
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.