Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterkrauz/scrylixir
- Owner: peterkrauz
- Created: 2022-02-09T12:46:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T17:09:38.000Z (over 2 years ago)
- Last Synced: 2023-03-07T21:39:39.312Z (over 1 year ago)
- Topics: elixir, hex
- Language: Elixir
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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