Без опису

Cadel Watson 8d74d8a701 Add sorting in card explorer 4 місяців тому
.idea 4a1545bb91 Remove data files 4 місяців тому
css a62d3c4496 Add mana costs to decklist 1 рік тому
data 4d2a94be31 Remove data files 4 місяців тому
html 78e59365e7 init 1 рік тому
js 58de406cc8 Support deleting local data 4 місяців тому
server 6a97056901 Fetch and save set data from server 1 рік тому
src 8d74d8a701 Add sorting in card explorer 4 місяців тому
tests fcb0557ada Updates for EOE 4 місяців тому
.gitignore 4d2a94be31 Remove data files 4 місяців тому
.postcssrc.json 0c4311efc0 Show highlighted card 1 рік тому
README.md fcb0557ada Updates for EOE 4 місяців тому
elm.json 0ea68be7bd Style set selection 1 рік тому
package-lock.json a1e4bd2949 Add card explorer 4 місяців тому
package.json a1e4bd2949 Add card explorer 4 місяців тому
tailwind.config.js 60a32d54c9 Colourise stats 1 рік тому

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