README
dude-quote
Sends the quote of the day from They Said So API.
npm install dude-quote
Configuration
{
quote: {
every: '0 30 9 * * *', // everyday at 9:30am
channel: 'general'
}
}
Quote of the day, retrieved from brainyquote.com
<script type="module">
import dudeQuote from 'https://cdn.skypack.dev/dude-quote';
</script>
Sends the quote of the day from They Said So API.
npm install dude-quote
{
quote: {
every: '0 30 9 * * *', // everyday at 9:30am
channel: 'general'
}
}