Skip to content

ebshimizu/stats-of-the-storm

Repository files navigation

Stats of the Storm

A flexible stat tracker for Heroes of the Storm.

Provides the ability to track individual stats, team stats in a league, and overall statistics for a league.

For a list of features and additional installation instructions, check out the project page.

Installation

Stats of the Storm is available for Windows and macOS (experimental).

Check out the Releases Page to download the latest installer.

Development

You'll need node.js and (optionally) yarn installed. If you don't want to use yarn, the standard npm commands should work in its place.

  • Clone the repository and initialize the submodules
    • Initialize submodules by running git submodule init and then git submodule update. Don't forget to keep these submodules updated when pulling changes for this project.
  • Run yarn install in the repository root (the one with package.json in it)
  • Run yarn protocol to initialize the parser.
  • From the root directory, run yarn app

Feedback

Bugs? Feature Requests? File an issue on GitHub or send an email to falindrith@gmail.com.

If you're feeling generous, you can drop in a tip at Ko-fi (even though I'm more of a tea person)

ko-fi

Third-Party Libraries