All Projects → matheuss → parrotsay-api

matheuss / parrotsay-api

Licence: MIT license
An API to say things with the Party Parrot

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].