This is a funny universal scoreboard
Go to file
Lukas Bachschwell cbf949e7b1 remove tdblabel from app.js 2018-11-21 09:25:35 +01:00
bin Port from configfile 2017-03-20 23:09:12 +01:00
public login fix 2017-03-22 16:46:00 +01:00
routes important label typo fix 2017-03-22 22:06:09 +01:00
views fixed post url 2017-03-22 21:05:16 +01:00
.gitignore Styling: Background, Table, and Fonts 2017-03-22 16:19:25 +01:00
Readme.md dev notes 2017-03-20 13:32:32 +01:00
app.js remove tdblabel from app.js 2018-11-21 09:25:35 +01:00
config.json.sample Port from configfile 2017-03-20 23:09:12 +01:00
db.json Sample DB 2017-03-20 23:08:18 +01:00
package.json Port from configfile 2017-03-20 23:09:12 +01:00

Readme.md

uniScore

This is a funny universal scoreboard originally developed for the

beerpong tournament at a scoutparty

This thing is based on Express with handlebars, socketio, bootstrap and some other fun

Install it with npm install

Run it with npm start

Develop on it with npm run mon

This app is intended to be simple, the initial loaing of the state is done using the handlebar templates, after that actions and state changes are performed using websocket requests, no forther reloads are required as long as you are not changing between the main 2 views.