A Node.js SDK for Scryfall written in Typescript.
As of March 2nd, 2020, all features described in the Scryfall documentation are supported. If you see something that isn't supported, make an issue! See support readme.
npm install scryfall-sdk
Thanks for wanting to help out! Here's the setup you'll have to do:
git clone https://github.com/Yuudaari/scryfall-sdk
cd scryfall-sdk
npm install
You can now make changes to the repository.
To compile, then test:
gulp build
To compile and then test on every file change:
gulp watch
If you want to make large, complex changes, make an issue before creating a PR. If I disagree with the changes you want to make, and you've already made them all in a PR, it'll feel a lot worse than being shot down in an issue, before you've written it all.
Pull Requests may be rejected if outside of the scope of the SDK, or not following the formatting rules. If tslint complains, I will complain. Please don't be mad.
If you add a new feature, please include a test for it in your PR.
Thanks again!