Files
glaived/README.md
T
bylzz 61195bd6b2 Initial commit of the Heaven's Glaives lookup tool
Public-facing Mojolicious app for looking up Heaven's Glaives deaths
in any WCL report. The nginx vhost, rc.d script, and the runtime
SQLite cache are intentionally excluded via .gitignore.
2026-06-20 02:17:30 +02:00

806 B

Heaven's Glaives Lookup

Died to Heaven's Glaives on Mythic L'ura and want to know who else ate it? Paste your Warcraft Logs report code in at glaived.fnord.mx and it'll tell you the death count for that ability.

How to use it

  1. Grab your report code from the Warcraft Logs URL, e.g. https://www.warcraftlogs.com/reports/j8aqTD2W9XG4PFxJ → the code is j8aqTD2W9XG4PFxJ.
  2. Paste it into the box on glaived.fnord.mx and hit submit.
  3. (Optional) adjust the "ignore after N deaths" cutoff if you want — it defaults to 2.

That's it. The link you land on works for sharing later too.

What's in this repo

A small Perl/Mojolicious app (app.pl, lib/WCL.pm, templates/). It talks to the Warcraft Logs API, caches results, and renders the page.