azharb / SlackVote

Slack integration that allows team members to vote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack Vote

Based on NodeJS and MongoDB.

###Configure Add a configuration file to the root of the project called "config.json" with the following values:

{
	"appAccessToken" : "your-access-token",
	"outgoingToken" : "yourOutgoingToken",
	"commandToken" : "yourCommandToken"
}

Slack app can be created here: link

Outgoing webhooks can be created here: link

Slack commands can be created here: link

###Use image

Public channels allow the following commands:

  • 'startvote' - asks Slack to notify web app to expect votes from channel members
  • 'reveal' - shows everyone's votes with their names
  • 'reveal anon' - shows everyone's votes without their names
  • 'votecount' - shows the number of votes that have been cast so far

About

Slack integration that allows team members to vote


Languages

Language:CSS 62.5%Language:JavaScript 31.9%Language:Handlebars 5.6%