mtg

v0.0.6
a tool to help download json form mtgjson and insert to mongodb

MTG.js

Install

npm install mtg --save

Example

var mtg = require('mtg');
mtg.download(function () {
    mtg.json2db(function () {
        console.log('done');
    });
});
npm i mtg

Metadata

  • MIT
  • Whatever
  • Nukr
  • released 12/10/2014

Downloads

Maintainers