scryfall-api-ninso
v3.2.5
Published
A fork of https://github.com/MarioMH8/scryfall-api
Downloads
15
Maintainers
Readme
A fork of https://github.com/MarioMH8/scryfall-api
scryfall-api
A Javascript library for Scryfall written in Typescript.
As of August 6th, 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 [email protected]:MarioMH8/scryfall-api.git
cd scryfall-api
yarn install
You can now make changes to the repository.
To compile:
yarn build