Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/broady/mtgprice
Bulk fetch and cache prices for MTG cards/decks
https://github.com/broady/mtgprice
Last synced: 1 day ago
JSON representation
Bulk fetch and cache prices for MTG cards/decks
- Host: GitHub
- URL: https://github.com/broady/mtgprice
- Owner: broady
- License: apache-2.0
- Created: 2014-08-29T00:26:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T04:42:38.000Z (over 8 years ago)
- Last Synced: 2024-06-19T13:47:06.531Z (5 months ago)
- Language: Go
- Size: 3.29 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mtgprice
========Bulk fetch and cache prices for MTG cards/decks
Card data version 2.11.3 from [mtgjson.com](http://mtgjson.com), slightly modified (reformatted).
Pretty-printed using [github.com/broady/json_prettyprint](https://github.com/broady/json_prettyprint)Notes:
* No proper error handling in the UI. Some cards may not show up.
* Need to add retries for the HTTP calls to pricing and Gatherer.```
$ go get github.com/broady/mtgprice
$ mkdir ~/.mtg && cd ~/.mtg
$ mtgprice
```