4.0.2 • Published 5 months ago
scryfall-api v4.0.2
Table of Contents
Installation
npm install --save scryfall-api
Using bun
bun add scryfall-api
Documentation
In the documentation below, requiring the package is assumed.
import scryfall from 'scryfall-api';
scryfall.Cards.byName('Black Lotus').then(console.log);
With CommonJS
const scryfall = require('scryfall-api');
scryfall.Cards.byName('Black Lotus').then(console.log);
If you only need Cards
import { Cards } from 'scryfall-api';
Cards.byName('Black Lotus').then(console.log);
Link to full documentation.
Contributing
This project uses Bun as a runtime, test runner and bundler.
Thanks for wanting to help out! Here's the setup you'll have to do:
Clone the project
git clone git@github.com:MarioMH8/scryfall-api.git
Go to the project directory
cd scryfall-api
Install dependencies
bun install
Compile the project
bun run build
MIT License
4.0.2
5 months ago
4.0.1
1 year ago
4.0.0
1 year ago
4.0.0-beta.2
1 year ago
4.0.0-beta.1
1 year ago
4.0.0-beta.0
1 year ago
3.2.5
2 years ago
3.2.2
2 years ago
3.2.4
2 years ago
3.2.3
2 years ago
3.2.1
3 years ago
3.2.0
3 years ago
3.0.3
3 years ago
3.1.0
3 years ago
3.0.2
3 years ago
3.0.1
3 years ago
3.0.0
3 years ago
2.2.1
4 years ago
2.1.2
4 years ago
2.2.0
4 years ago
2.1.1
4 years ago
2.1.4
4 years ago
2.2.2
4 years ago
2.1.3
4 years ago
2.1.0
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago