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: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-10T06:52:01.000Z (3 months ago)
- Last Synced: 2026-02-10T13:00:41.130Z (3 months ago)
- Topics: discogs, discogs-api, vinyl, vinyl-records
- Language: Twig
- Homepage: https://discogs.mgrossklaus.de
- Size: 525 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.

## 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/`).