1.0.0-beta2 • Published 5 years ago

mtg-wizard-core v1.0.0-beta2

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

img

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");

Latest Documentation

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
1.0.0-beta2

5 years ago

1.0.0-beta1

5 years ago

1.0.0-beta

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago