/nodecg-scryfall

Dashboard panel for Scryfall's Magic the Gathering database

Primary LanguageHTMLMIT LicenseMIT

nodecg-scryfall

Greenkeeper badge Build Status

# All dependencies are managed by bower.
bower install

Two nodecg dashboard panels to search scryfall's Magic The Gathering card database.

Search for Results with Scryfall's Autocomplete

search-autocomplete.jpg

Hover over Results to preview them

search-results.jpg

Click on a Result to change the output

search-output.jpg

Access the image in your graphics by hooking into the Replicant.

replicant-name="selected"
replicant-bundle="nodecg-scryfall"

// Example: Javascript
const selected = nodecg.Replicant('selected', 'nodecg-scryfall');

// Example: nodecg-replicant WebComponent
<nodecg-replicant replicant-name="selected" replicant-bundle="nodecg-scryfall" value="{{selected}}"></nodecg-replicant>