Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h0rn0chse/overwatchwebapp
Track your SR progress in Overwatch and analyze it. Runs on GitHub Pages and uses localStorage.
https://github.com/h0rn0chse/overwatchwebapp
analytics bootstrap4 chartjs github-pages localstorage overwatch tracker tracking vuejs vuex
Last synced: 3 days ago
JSON representation
Track your SR progress in Overwatch and analyze it. Runs on GitHub Pages and uses localStorage.
- Host: GitHub
- URL: https://github.com/h0rn0chse/overwatchwebapp
- Owner: H0rn0chse
- License: gpl-3.0
- Created: 2019-10-13T11:12:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T17:26:24.000Z (about 2 years ago)
- Last Synced: 2024-10-18T12:07:18.018Z (4 months ago)
- Topics: analytics, bootstrap4, chartjs, github-pages, localstorage, overwatch, tracker, tracking, vuejs, vuex
- Language: TypeScript
- Homepage: https://h0rn0chse.github.io/OverwatchWebApp/
- Size: 6.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OverwatchWebApp
A Web App using local Storage to track SR progress in Overwatch and evaluate it* [Usage](#usage)
* [Libraries](#libraries)
## Usage
Generally you declare your placements via `Win`, `Loss` and `Draw` with a SR of `0`. For the last placement game enter your final placement SR. Afterwards games are declared via default.
* __default__: evaluates based on the games before whether this game is a win loose or draw. This is used after the placements are done.
* __Win__: Declares this game as a win regardless of its sr diff to the last game. This is used for the placement matches.
* __Loss__: Declares this game as a loss regardless of its sr diff to the last game. This is used for the placement matches.
* __Draw__: Declares this game as a draw regardless of its sr diff to the last game. This is used for the placement matches.
* __noCount__: This match is ignored in the stats. This is used for sr penalties or corrections.## Libraries
* Chart.js [github.com/chartjs/Chart.js](https://github.com/chartjs/Chart.js)
* Github Corners [github.com/YunYouJun/wc-github-corners](https://github.com/YunYouJun/wc-github-corners)
* Vue.js [github.com/vuejs/vue](https://github.com/vuejs/vue)
* Vuex [github.com/vuejs/vuex](https://github.com/vuejs/vuex)
* vue-chartjs [github.com/apertureless/vue-chartjs](https://github.com/apertureless/vue-chartjs)
* BootstrapVue [github.com/bootstrap-vue/bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue)
* Bootstrap [github.com/twbs/bootstrap](https://github.com/twbs/bootstrap)
* Feather Icons [github.com/feathericons/feather](https://github.com/feathericons/feather)
* lodash [github.com/lodash/lodash](https://github.com/lodash/lodash)
* dark-mode-toggle [github.com/H0rn0chse/dark-mode-toggle](https://github.com/H0rn0chse/dark-mode-toggle)