Sem descrição

Cadel Watson 9339ad2982 Load draft from 17lands public URL há 4 meses atrás
.idea 4a1545bb91 Remove data files há 4 meses atrás
css a62d3c4496 Add mana costs to decklist há 1 ano atrás
data 4d2a94be31 Remove data files há 4 meses atrás
html 78e59365e7 init há 1 ano atrás
js 9339ad2982 Load draft from 17lands public URL há 4 meses atrás
server 3f2d7f6622 WIP: load drafts straight from 17lands há 4 meses atrás
src 9339ad2982 Load draft from 17lands public URL há 4 meses atrás
tests 9339ad2982 Load draft from 17lands public URL há 4 meses atrás
.gitignore 4d2a94be31 Remove data files há 4 meses atrás
.postcssrc.json 0c4311efc0 Show highlighted card há 1 ano atrás
README.md fcb0557ada Updates for EOE há 4 meses atrás
elm.json 3f2d7f6622 WIP: load drafts straight from 17lands há 4 meses atrás
package-lock.json a1e4bd2949 Add card explorer há 4 meses atrás
package.json a1e4bd2949 Add card explorer há 4 meses atrás
tailwind.config.js 60a32d54c9 Colourise stats há 1 ano atrás

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