Skip to content

penguinstyles/TCGplayer

 
 

Repository files navigation

TCGplayer

Mediawiki extension for embedding info provided by TCGplayer.

Features

Implements the TCGplayer API to list card prices on TCG card pages.

Development on Linux (OS X anyone?)

To take advantage of this automation, use the Makefile: make help. To start, run make install and follow the instructions.

Development on Windows

If you cannot use the Makefile, do the following:

  • Install nodejs, npm, and PHP composer
  • Change to the extension's directory
  • npm install
  • composer install

Once set up, running npm test and composer test will run automated code checks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 49.7%
  • JavaScript 37.1%
  • Makefile 10.5%
  • Shell 1.9%
  • CSS 0.8%