rbannat / kckr-slack

Kckr Slack Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kckr Slack App

Get Started

  1. npm install
  2. mv .env-example .env
  3. edit .env file
  4. start local mongodb with mongod
  5. npm run watch

Requirements

  1. Create a new Slack app: https://api.slack.com/apps
  2. Configure the app with the following features:
    • Incoming Webhooks
    • Interactive Components
    • Slash commands

Local development

Use ngrok to test the slack integration locally via tunnel to localhost, e.g.: ngrok http 4000. Just fill in the app configuration with the generated URL.

Deployment

Deploy the app on Heroku with the given Procfile.

About

Kckr Slack Integration


Languages

Language:JavaScript 100.0%