Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrsskls/discogs-record-collection
Grant access to your Discogs record collection and get a simple overview of all your records.
https://github.com/mgrsskls/discogs-record-collection
discogs discogs-api vinyl vinyl-records
Last synced: about 2 months ago
JSON representation
Grant access to your Discogs record collection and get a simple overview of all your records.
- Host: GitHub
- URL: https://github.com/mgrsskls/discogs-record-collection
- Owner: mgrsskls
- Created: 2024-09-28T12:47:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T09:40:07.000Z (about 2 months ago)
- Last Synced: 2024-11-04T10:30:33.402Z (about 2 months ago)
- Topics: discogs, discogs-api, vinyl, vinyl-records
- Language: Twig
- Homepage: https://discogs.mgrossklaus.de
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discogs Record Collection
Grant access to your Discogs record collection and get a simple overview of all your records.
![Screenshot of a browser showing lots of record covers in a grid with a genre filter on the top](public/screenshot.webp)
## Repository
There are two ways to use this repository:
1. `server/` provides a NodeJS server and makes use of OAuth to grant access to a Discogs record collection. This is deployed to [discogs.mgrossklaus.de](https://discogs.mgrossklaus.de) and allows everyone to get an overview of their record collection.
2. `static/` allows you to deploy a static build of your record collection using [Eleventy](https://www.11ty.dev). For that you need to create a personal access token on [https://www.discogs.com/settings/developers](https://www.discogs.com/settings/developers).Both applications use the same UI (files in `public/` and `views/`).