Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 471 Bytes

readme.markdown

File metadata and controls

19 lines (12 loc) · 471 Bytes

MTGCSV

This project aims to provide up-to-data Magic: the Gathering data in the CSV (comma-separated-value) format for non-developers.

The data used to build the database is fetched from the mtgjson project

Usage

node generate.js

Requirements

This requires node v0.10.0 or later. It was only tested under MacOS.