Sin descripción

Cadel Watson fcb0557ada Updates for EOE hace 4 meses
.idea fcb0557ada Updates for EOE hace 4 meses
css a62d3c4496 Add mana costs to decklist hace 1 año
data fcb0557ada Updates for EOE hace 4 meses
html 78e59365e7 init hace 1 año
js fcb0557ada Updates for EOE hace 4 meses
server 6a97056901 Fetch and save set data from server hace 1 año
src fcb0557ada Updates for EOE hace 4 meses
tests fcb0557ada Updates for EOE hace 4 meses
.gitignore bc770fdac3 Update for DFT hace 10 meses
.postcssrc.json 0c4311efc0 Show highlighted card hace 1 año
README.md fcb0557ada Updates for EOE hace 4 meses
elm.json 0ea68be7bd Style set selection hace 1 año
package-lock.json c9762f6e96 Add delta signals chart hace 1 año
package.json c9762f6e96 Add delta signals chart hace 1 año
tailwind.config.js 60a32d54c9 Colourise stats hace 1 año

README.md

Drafter

UI

Install with npm install.

Run with npm run start.

Build with npm run build.

Backend

Adding a new set

  1. Create a new folder in data/sets

Named after the set code, e.g. data/sets/eoe.

  1. Download card ratings

Log in to 17lands, go to card data, select the set, premier draft format, and top users, then switch to table view.

Click export and download the CSV file.

Save to data/sets/<CODE>/card-ratings-all.csv

  1. Download updated card data from Scryfall

Go to https://scryfall.com/docs/api/bulk-data and download the Oracle Cards JSON file.

Move it to data/cards/oracle-cards.json.

  1. Generate the set data

    cd data
    python generate_card_ratings.py