Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

ehippy/infight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infight

A little slack game based on this presentation

Fire up some local dynamodb with docker run -d -p 8080:8080 vsouza/dynamo-local --port 8080

Setup with npm install

You need to provide a few environment variables:

  • SLACK_OAUTH_CLIENT_ID - your slack app's digits
  • SLACK_OAUTH_CLIENT_SECRET - your slack app's digits
  • COOKIE_SECRET - any old string

Run it with npm start