Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

skibz/deathmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deathmatch

Build Status Coverage Status Dependency Status devDependency Status

server and client code for deathmat.ch

configuration
  • VIEW_ENGINE: jade, ejs, etc...
  • VIEWS: template directory
  • STATIC: public document root
  • FAVICON: absolute path to favicon.ico
  • SESSION_SECRET: session store key
  • HOST: http server host address
  • PORT: http server port
  • STEAM_API_KEY: steam api key
  • STEAM_REDIRECT_URI: steam oauth callback address
  • TWITCH_CLIENT_ID: twitch api client id
  • TWITCH_CLIENT_SECRET: twitch api secret
  • TWITCH_REDIRECT_URI: twitch oauth callback address
  • ADMINS_JSON: json object of admin identities
  • SERVERS_JSON: json object of server identities
  • MAPS_JSON: json object of map identities
  • DEFAULT_SERVER: string key corresponding to server identity
  • DEFAULT_MAP: string key corresponding to map name in maps list