An iOS app to browse your Discogs vinyl collection offline.
Built with Expo and React Native.
- Offline browsing — sync your Discogs collection and browse it without an internet connection;
- Search — full-text search across artists, albums, and labels;
- Random picker — pick a random release from your collection, optionally filtered by folder;
- Release details — cover art, tracklist, genres, styles, community ratings;
- Folder organization — browse your collection organized by Discogs folders.
-
Clone the repository and install dependencies:
git clone https://github.com/rlustin/digs.git cd digs npm install -
Register a Discogs application at https://www.discogs.com/settings/developers and set the callback URL to
digs://oauth/callback. -
Create a
.envfile at the root of the project:EXPO_PUBLIC_DISCOGS_KEY=your_consumer_key EXPO_PUBLIC_DISCOGS_SECRET=your_consumer_secret -
Run the app:
npx expo run:ios