Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 321 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 321 Bytes

Scrylixir

An Elixir wrapper for the Scryfall API.

build

Installation

Add the dependency to mix.exs such as:

def deps do
  [
    ...
    {:scrylixir, "~> 0.1.0"}
  ]
end

Usage