Java GUI for the eBay Finding API - Find items on eBay and see the median price of the results.
To use this software you will need the following:
- eBay API key
- The following eBay Finding Kit jars: -finding.jar -log4j-1.2.16.jar
These items can be obtained by enrolling in the eBay developers program.
Import the project into Eclipse and add the jars to the project's build path.
Once the jars are added to your Java Build Path, modify the applicationId variable to hold your API key found at JBay\src\Models\EbayCommonModel.java
TODO:
- Add ability to request a set number of results
- Add category search
- Add Subject-Observer pattern for live model + view searching
- Make table resize it's width to hold maximum title and price String lengths