Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fklingler/mtgproxy
Make text proxies of your MTG cards!
https://github.com/fklingler/mtgproxy
mtg scryfall
Last synced: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T10:41:59.000Z (10 months ago)
- Last Synced: 2024-03-16T12:36:02.778Z (10 months ago)
- Topics: mtg, scryfall
- Language: TypeScript
- Homepage: https://fklingler.github.io/mtgproxy/
- Size: 223 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MTG Proxy](https://fklingler.github.io/mtgproxy)
![Build to Github Pages](https://github.com/fklingler/mtgproxy/workflows/Build%20to%20Github%20Pages/badge.svg?branch=master)
[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).