Dotametrics is a system for analyzing, delivering, and displaying raw data from a match of Dota 2. It includes the back-end system that analyzes raw data, the API for delivering it via RESTful endpoints, and the front-end AngularJS architecture for fetching the data and displaying charts. Dotametrics is currently a work in progress.
Dotametrics currently supports the following statistics:
- Last Hits over time
- Denies over time
- CS as a ratio of Last Hits / Denies
- KDA (Kills, Deaths, Assists) ratio
- Rune Control (Radiant vs Dire)
- Fork and clone the repo
- Install dependencies:
npm install
- Start server:
nodemon server.js
Dotametrics makes use of the following open-source resources: