Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boombuler/magicthegathering.io
https://github.com/boombuler/magicthegathering.io
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boombuler/magicthegathering.io
- Owner: boombuler
- License: mit
- Created: 2016-12-15T07:53:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T09:37:16.000Z (about 8 years ago)
- Last Synced: 2024-11-12T17:20:47.140Z (2 months ago)
- Language: Go
- Size: 86.9 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magic: The Gathering SDK
[![Build Status](https://travis-ci.org/boombuler/magicthegathering.io.svg?branch=master)](https://travis-ci.org/boombuler/magicthegathering.io)
[![Coverage Status](https://coveralls.io/repos/github/boombuler/magicthegathering.io/badge.svg?branch=master)](https://coveralls.io/github/boombuler/magicthegathering.io?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/boombuler/magicthegathering.io)](https://goreportcard.com/report/github.com/boombuler/magicthegathering.io)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/boombuler/magicthegathering.io/blob/master/LICENSE)This is the Magic: The Gathering SDK Go implementation. It is a wrapper around the MTG API of [magicthegathering.io](http://magicthegathering.io/).
## Installation
Just run
`go get https://github.com/boombuler/magicthegathering.io`
## Docs
See [GoDoc](https://godoc.org/github.com/boombuler/magicthegathering.io)