About
This project was initially begun to keep track of ones CS:GO win/lose-ratio. The idea was to run live-queries
against the Steam Web-API, but since the possibilities are (sadly) very poor, a game- and usermodel was created
to track your game history.
Since I'm lazy, I used some components to reduce my effort to a minimum:
- yii2: the really great framework that is running this site
- Highcharts: the library that is used for the dynamical charts
- jQuery: because nothing runs without it
- Bootstrap: because I don't care about css and like an OOTB shortcut
- Krajee Icons: since it's easier
- jqueryscript: provided a nice timeline that I could reuse
- slickjs: js slider framework that is used on the frontpage
- bitbucket: the very cool version control repository that is hosting this project
- Steam Web-API: not so great, but at least for free
- CS:GO: for providing this sites background and a great game
- csgostats.gg: another very cool project that does something very similiar (and more advanced). Games are automatically
submitted to this project if a match-id is saved here.