Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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).