Skip to content

A simple web app leaderboard. Displays data from csv file. Includes a countdown timer.

Notifications You must be signed in to change notification settings

pasandissanayake/leaderboard-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keys:

* "t" - toggle view between leaderboard and timer
* ">" - reset timer
* <space> - start/ pause timer

files:

* "index.html" - main page
* "data.csv" - team names and scores

configuation:

* js/timer.js
	* DURATION - timer duration in miliseconds
	* CLOCK_FACE - string to be shown when timer is reset
* js/csv.js
	* CSV_FILE - path to csv file
	* UPDATE_INTERVAL - refreshing interval for new data;
	* NATURAL_REFRESH_INTERVAL - animation interval
	* LENGTH - length of the list to be shown

About

A simple web app leaderboard. Displays data from csv file. Includes a countdown timer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published