Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 522 Bytes

AlmanaMagic

A "Magic: The Gathering" card searcherer and manager.

Tech Stack

PHP, HTML, CSS, Javascript and MySQL. This project consumes the Scryfall API.

Dependencies

This project depends on php-curl library for fetching data from the API. You can install it through:

Ubuntu/Debian LAMP

  sudo apt-get install php-curl

Ubuntu/Debian XAMPP

See this reference for enabling the php-curl library on a Linux XAMPP.