Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
/ ehm_tracker Public archive

Application that tracks player progression via exports from EHM Tracker

Notifications You must be signed in to change notification settings

bstar/ehm_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived. Prototype player tracker for Hockey simulation.

EHM Tracker

Purpose

EHM Tracker is a utility that manages player exports from Eastside Hockey Manager and provides an interface visually similar to the game, but with many more useful features. EHM can be purchased here: http://store.steampowered.com/app/301120/Eastside_Hockey_Manager/

This utility accepts csv player exports from EHM Assistant. Those exports are then translated into a sql lite database and exposed to the view layer. Each subsequent import will track the history of stat changes for every player in the game. A react JS front end application then consumes the data allowing for unique charting, searching, history tracking and unique metrics that the game does not provide.

Technical Details

npm install
npm start
open http://localhost:8000

Components of EHM Tracker:

  • Import script
  • Sqlite DB
  • Api (Hapi)
  • Frontend (React js)
  • Electron wrapper

Alt text

About

Application that tracks player progression via exports from EHM Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published