This repo hosts the golang source code for some basic ad hoc analysis for Tribes in the popular collectable trading card game; Magic: The Gathering. It leverages a large data export from Scryfall and a charting Library (Chartist.js) to produce a simple static export detailing some basic analysis on the cards contained therin.
Take a look at the generated report for more details on approach and findings
To use this report (and regenerate the report.) You will need to fetch the latest exports from Scryfall. Grab the latest set meta data and card exports and save the JSONs into the source code directory.
The HTML generation code in this repo is very embarassing and should not be looked at or appreciated by anyone