galgreen-ow / firestone

Hearthstone collection companion for Overwolf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Firestone?

Firestone is an app you run on Overwolf alongside Hearthstone (like HearthArena).

It monitors the packs you open and tells you if the cards you receive are new cards or are just dust because you already have the maximum number of copies of the card. It also gives you an overview of how far along to completing each set you are, as well as details on cards (you can play the sounds they make in-game directly from the collection window);

The long-term goal is to provide other features needed by players who want to manage their collection (such as stats, missing cards, etc.), as well as an achievements system and deck tracker.

Please don't hesitate to request new features or report issues using the issues link above.

Screenshots

Welcome page

In-game notifications

Contributing

$ git clone ...
$ cd your_repo
$ cd Files
$ npm install  # You might need to have node installed
# Then go into node_modules/angular2-indexeddb and remove all the .ts files (there are 4-5 of them)
$ npm run dev # For development
$ npm run build # For release

About

Hearthstone collection companion for Overwolf


Languages

Language:JavaScript 89.9%Language:TypeScript 7.7%Language:CSS 2.1%Language:HTML 0.3%