chinesedfan / hsrecorder

Single HTML page for recording information about your HearthStone games

Home Page:https://hsrecorder.vercel.app/html/main.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HearthStone Recorder Build Status

This project provides a single HTML page for recording your HearthStone's arena winning rates and opening packs results.

In fact, an Excel file may be enough. But I want to have more power to add personal functionalities, and practise programming for fun at the same time. :)

It leverages HTML5 local storage APIs to manage all data. The database is a SQLite file, whose location has been specified in the corresponding file. Because its location is controlled by the browser, be careful when you clear the browser caches.

The open source library for drawing statistics charts is provided by Dianping's Venus project, which is built on KineticJS and Raphaël.

How to update new series

  • cd HearthSim/hsdata; git pull
  • modify util/parseXml.js and src/common/hs.js
  • cd util; sh generate.sh

About

Single HTML page for recording information about your HearthStone games

https://hsrecorder.vercel.app/html/main.html


Languages

Language:Vue 47.5%Language:JavaScript 42.1%Language:C# 6.9%Language:Shell 1.8%Language:Less 0.9%Language:HTML 0.9%