This app allows you to authenticate to discogs.com and see your records collection in a neat way, just like you'd browse them through your crates :)
- React Native
- JS
- Flow
- Jest
- Discogs API (incl. custom RN wrapper for OAuth flow)
-
Check out the repo
-
yarnornpm i -
Go to discogs.com, the settings page > developers and create a new app (after you have logged in). The "Callback URL" field should be set to
soundscrate://. After you create the application, you should see a page which contains the "Consumer Key" and "Consumer Secret" tokens. Go ahead and create an.envfile in the root of the project which should look like this:S_CONSUMER_KEY=Your Discogs Consumer Key S_CONSUMER_SECRET=Your Discogs Consumer Secret -
The default sort shows albums sorted by artist. If you have any folders you'd like to sort by title, add them to
folders_to_sort_by_titlein conf.js -
Make sure you have react native cli installed globally, and do
react-native run-iosorreact-native run-androidin the root directory of the project. -
Happy browsing!
