mtg
v0.0.6
Published
a tool to help download json form mtgjson and insert to mongodb
Downloads
3
Readme
MTG.js
Install
npm install mtg --save
Example
var mtg = require('mtg');
mtg.download(function () {
mtg.json2db(function () {
console.log('done');
});
});