VinylValueCheck is a specialized web application designed for vinyl collectors and enthusiasts. It leverages the Discogs API to fetch and display the lowest market prices for vinyl records. Users can input a list of songs, and the app retrieves corresponding data from Discogs, presenting it in an easily readable table format.
- Song Price Lookup: Input a list of songs to find the lowest price for each on the Discogs market.
- Dynamic Table Display: Results are displayed in a table with sortable columns for song name, master ID, and lowest price.
- Efficient Search: Utilizes the Discogs API for fast and accurate vinyl record price checks.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install dependencies (if any).
- Open
index.html
in a web browser - Enter a list of songs in the provided text area. Each song should be on a new line.
- Click the 'Search' button to initiate the search.
- The results will be displayed in the table below the search area.
- API Key & Secret: Before using the app, you must obtain an API key and secret from Discogs. Replace
apiKey
andapiSecret
in the script with your own credentials.
- Discogs API: For fetching record data.
- A modern web browser with JavaScript enabled.
Contributions to VinylValueCheck are welcome. Please follow the standard fork-and-pull request workflow.
This project is licensed under the MIT License - see the LICENSE
file for details.
For support, please open an issue in the GitHub repository.