Skip to content

App to visualize different data from discogs, the largest online music database.

Notifications You must be signed in to change notification settings

kolorfilm/discogs-visualizer

Repository files navigation

discogs-visualizer

App to visualize different data from Discogs marketplace. Currently it shows only your sells. It uses disconnect, a Node.js client with OAuth for the connection to the Discogs API.

Front End

The front end application is build with Next.js and Highstock from Highcharts.

Local Development

For local development you need to install npm dependencies and run the Next.js application. You also need to create an application on the Discogs Developer Settings Page after you logged in. You need to rename to .env.template file and fill it with your credentials.

npm is used for front end dependency management.

$ npm install
...
$ npm run dev

Afterwards you can just start the application in your browser with localhost:3000

alt Example Image