https://github.com/peterkrauz/scrylixir
An Elixir library for the Scryfall API
https://github.com/peterkrauz/scrylixir
elixir hex
Last synced: about 1 year 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T17:09:38.000Z (over 4 years ago)
- Last Synced: 2025-02-09T07:41:48.954Z (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/).

## Installation
Add the dependency to `mix.exs` such as:
```elixir
def deps do
[
...
{:scrylixir, "~> 0.1.0"}
]
end
```
## Usage