Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 463 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 463 Bytes

parrotsay-api

Install

npm install --save parrotsay-api

Usage

// example.js
const parrotSay = require('parrotsay-api')

parrotSay('yaaay')
  .then(console.log)
  .catch(console.error)

Related

License

MIT © Matheus Fernandes