Skip to content

Zygis0321/thc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table Hockey Ranker

TH Ranker is available at thranker.com

About

TH Ranker expands table hockey world ranking features that are available at ithf.info

Implemented features:

  • Predict world ranking changes by selected tournament standings
  • Visualize player's score changes throughout his career
  • Compare player's score changes to other players

Development

TH Ranker is developed using React and TypeScript (frontend). It also uses Node.js for the backend to avoid CORS issues and reduce internet data usage while fetching players information from ITHF website.

Ranking changes are predicted according to current rankings that are retrieved from txt file available at ITHF website. To predict player's rank changes it is also necessary to have its current minimal points. This value is calculated from ITHF site's html in the backend.

Score changes that happened in the past are calculated from all player's tournaments that he has participated in. Tournament points are parsed from site's html in the backend.

All rank calculations are performed according to ITHF world ranking rules

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors