parrotsay-api

An API to say things with the Party Parrot

Usage no npm install needed!

<script type="module">
  import parrotsayApi from 'https://cdn.skypack.dev/parrotsay-api';
</script>

README

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