parrotsay-api

September 22, 2016 · View on GitHub

Install

npm install --save parrotsay-api

Usage

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

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

Related

  • Cult of the Party Parrot

License

MIT © Matheus Fernandes

Contents

  1. 1Install
  2. 2Usage
  3. 3Related
  4. 4License