Skip to content

NickKirschke/SlackSlash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlackSlash

This is a simple Hapi (HTTP) server that responds to requests made by Slack.

Installation

After cloning, run npm install and ensure that you have a file titled .env in the project's root. It should follow the format / variable names as listed in default.env.

When you set up an application in slack, you should be presented with a Verification Token under Basic Information for your application. This is what should be used for the VERIFICATION_TOKEN variable in .env.

This project also assumes a postgres database exists with the correct table information layed out. This is still a work in progress. More information

Configuring in slack

This will also require that you hook up your application in slack to point to wherever this server is running. Slash commands and message actions should be configured to have the same names as in commandHandler.js and actionHandler.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%