This project is a React application that fetches data from the Scryfall API based on CardMarket IDs provided in a CSV file. It processes the data and generates a new CSV file that can be imported into Moxfield. It also identifies and displays any missing CardMarket IDs.
- Upload a CSV file with CardMarket IDs
- Fetch data from the Scryfall API based on the uploaded IDs
- Generate a new CSV file with the fetched data
- Display any missing IDs
- Copy missing IDs to clipboard
- Go to https://converter.kerakis.online/
- Upload a CSV file with CardMarket IDs.
- Click the "Load File" button to fetch data from the Scryfall API.
- If there are any missing IDs, they will be displayed in a list. You can copy these IDs to your clipboard.
- Click the "Download Moxfield CSV" button to download a new CSV file with the processed data.
- React
- axios
- papaparse
- file-saver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.