Your friendly neighborhood sidekick sloth.
Theo listens for patterns when mentioned in Slack and responds back with information such as weather, businesses, recipes, workouts, news and more!
Theo's responses are made with Slack's Block Kit Builder and sent via an incoming webhook.
[
{
type: 'section',
text: {
type: 'mrkdwn',
text: `Hello, world!`
}
}
];
$ npm run theo
Use ngrok to forward your local server to an available port.
$ ./ngrok http 4390