Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterkrauz/scrylixir

An Elixir library for the Scryfall API
https://github.com/peterkrauz/scrylixir

elixir hex

Last synced: 10 days ago
JSON representation

An Elixir library for the Scryfall API

Awesome Lists containing this project

README

        

# Scrylixir

An Elixir wrapper for the [Scryfall API](https://scryfall.com/docs/api/).

![build](https://github.com/peterkrauz/scrylixir/actions/workflows/build.yml/badge.svg)

## Installation

Add the dependency to `mix.exs` such as:

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

## Usage