https://github.com/fklingler/mtgproxy
Make text proxies of your MTG cards!
https://github.com/fklingler/mtgproxy
mtg scryfall
Last synced: about 1 year ago
JSON representation
Make text proxies of your MTG cards!
- Host: GitHub
- URL: https://github.com/fklingler/mtgproxy
- Owner: fklingler
- License: mit
- Created: 2020-02-26T20:52:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T17:31:06.000Z (about 2 years ago)
- Last Synced: 2025-04-02T18:21:41.009Z (about 1 year ago)
- Topics: mtg, scryfall
- Language: TypeScript
- Homepage: https://fklingler.github.io/mtgproxy/
- Size: 234 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MTG Proxy](https://fklingler.github.io/mtgproxy)

[A simple website](https://fklingler.github.io/mtgproxy) to make text proxies of your Magic: The Gathering cards.
It uses the amazing [Scryfall](https://www.scryfall.com) API.
Thanks to [Harubex](https://github.com/Harubex) and its [scryfall](https://github.com/Harubex/scryfall) project for the [types](https://github.com/Harubex/scryfall/tree/master/src).
It is inspired by the [proxygen project by Dryvnt](https://gitlab.com/Dryvnt/proxygen). The card templates are directly adapted from this project.
## Development
`npm install`
`npm run dev`
## Build
`npm run build`
It is built automatically by Github Actions, so you can always find the master version on [https://fklingler.github.io/mtgproxy](https://fklingler.github.io/mtgproxy).