mtg-wizard-core
v1.0.0-beta2
Published
Core Functions for MTG Wizard
Downloads
6
Readme
MTG Wizard Core
🧙 Core functions for the MTG Wizard assistant for Google Assistant and Amazon Alexa. MTG Wizard lets you search for Magic: The Gathering™ cards from your smart device.
Usage
Search for a card
const Api = require('mtg-wizard-core');
var cards = await Api.searchCards("lightning bolt");
Read more info on the main repo at https://github.com/euronay/mtg-wizard
Developing
Clone the repository and run
npm install
Run the tests with
npm test
Generate docs with
npm run docs