/myRecs

Primary LanguageJavaScriptMIT LicenseMIT

Discogs API Viewer

A live version of this app can be found at https://cherry-cloud.hyperdev.space/

To install and run locally:

npm install

CONSUMER_KEY='<KEY_HERE>' CONSUMER_SECRET='<SECRET_HERE>' DOMAIN='http://localhost:3000' node server.js

and visit localhost:3000. A CONSUMER_KEY and CONSUMER_SECRET can be made at https://www.discogs.com/settings/developers

Known Issues:

  1. You may have to manually refresh after logging in to see your own records.