npm install --save parrotsay-api
// example.js
const parrotSay = require('parrotsay-api')
parrotSay('yaaay')
.then(console.log)
.catch(console.error)
MIT © Matheus Fernandes
npm install --save parrotsay-api
// example.js
const parrotSay = require('parrotsay-api')
parrotSay('yaaay')
.then(console.log)
.catch(console.error)
MIT © Matheus Fernandes