Skip to content

lpcruz/theo

Repository files navigation

Build Status

theo

Your friendly neighborhood sidekick sloth.

image

How it works

Theo listens for patterns when mentioned in Slack and responds back with information such as weather, businesses, recipes, workouts, news and more!

Message formatting

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!`
     }
  }
];

Usage

$ npm run theo

Use ngrok to forward your local server to an available port.

$ ./ngrok http 4390

About

your neighborhood sidekick sloth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published