scryfall-api

A Javascript library for https://scryfall.com/docs/api written in Typescript.

Usage no npm install needed!

<script type="module">
  import scryfallApi from 'https://cdn.skypack.dev/scryfall-api';
</script>

README

scryfall-api

npm GitHub issues

A Javascript library for Scryfall written in Typescript.

As of January 29th, 2022, almost all features described in the Scryfall documentation are supported. If you see something that isn't supported, make an issue! See support readme.

Installation

npm install scryfall-api

Documentation

Link to documentation.

Contributing

Thanks for wanting to help out! Here's the setup you'll have to do:

git clone git@github.com:MarioMH8/scryfall-api.git
cd scryfall-api
yarn install

You can now make changes to the repository.

To compile:

yarn build

MIT License

Copyright 2021-2022 Mario Menéndez