mtga

1.6.1 • Public • Published

node-mtga

Magic: the Gathering Arena card information in a nice-to-use format for node

Find a card's name based on its ID:

const { allCards } = require("mtga")
let card = allCards.findCard(67134)  // dub
console.log(card.get("prettyName"))

deploying

because I always forget

# update version in package.json
npm publish

Readme

Keywords

Package Sidebar

Install

npm i mtga

Weekly Downloads

11

Version

1.6.1

License

MIT

Unpacked Size

1.24 MB

Total Files

35

Last publish

Collaborators

  • shawkins