Provides a RESTful interface for a resource (in this case Magic: the Gathering cards)
Explore the code »
Report Bug
·
Request Feature
Table of Contents
MTG-Collector uses the Magic: the Gathering API to allow users to add, remove and update cards in their collection.
To get a local copy up and running follow these simple steps.
There are no prerequisites.
- Clone the repo
git clone https://github.com/hcduffey/MTG-Collector.git
- Install the dependencies
npm install
The app loads with test data already initialized on the index page, which displays all of the cards in the collection. Click the View button under a card to see its details. From there you can either Delete the card or Edit it. In this case, Edit means that you can switch that card out for a different one.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Cliff Duffey - @cliffduffey2
Project Link: https://github.com/hcduffey/MTG-Collector