Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

terribly-lazy/slack-command-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-command-server

Slack command server is a simple way to build a server that responds to slack slash commands.

Getting Started

  1. Clone this repository
  2. Configure according to the Configuration section
  3. Run node app.js

Configuration

Configuring the server is simple, you can use any plugin compatible with slack-command-router, custom or otherwise.

You must define what port for the app to listen on by defining port: 80

To use pre-written plugins write your configuration thusly:

{
    "plugins": {
        "slack-roll-command": {}
    }
}

Or if you have plugins of your own, you can do this:

{
    "local-plugins": {
        "directory/to/plugin.js": {}
    }
}

Notes

Any plugins specified in your configuration will be installed through npm upon starting your server, and any local-plugins will will be loaded relative to the directory in which app.js resides.

About

A simple server to serve up slack slash command handlers

Resources

Stars

Watchers

Forks

Packages

No packages published