0.1.0 • Published 4 years ago

mtgo-tracker v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

MTGO Tracker

A lightweight open-source MTGO tracker.

Site preview

Table of contents

Features

Currently, MTGO-Tracker supports the following:

  • Gamelog filtering and auto-detect
  • Conditional block removal
  • Match verification

Install & run

Make sure you have nodejs and yarn installed. Install dependencies with:

yarn

To run tests:

yarn test

Usage

import path from 'path';
import mtgoTracker from 'mtgoTracker';

//Path defaults to MTGO application data
const path = path.resolve(__dirname, '../matches');

console.log(mtgoTracker(path));

Returns

{
  id,
  player1,
  player2,
  record,
}