Skip to content

rbannat/kckr-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published