Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vboulaye/discogs-quick-importer
simple webapp to import records into discogs easily
https://github.com/vboulaye/discogs-quick-importer
Last synced: 23 days ago
JSON representation
simple webapp to import records into discogs easily
- Host: GitHub
- URL: https://github.com/vboulaye/discogs-quick-importer
- Owner: vboulaye
- License: mit
- Created: 2024-04-07T14:38:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T14:50:53.000Z (7 months ago)
- Last Synced: 2024-04-18T02:05:16.771Z (7 months ago)
- Language: Svelte
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discogs-quick-importer
discogs-quick-importer is a basic webapp to simplify uploading a collection to Discogs.
It is designed to be used in conjunction with the Discogs API, you need a user token from https://www.discogs.com/settings/developers
The token and associated user id should be set in a .env file in the root directory of the project.
# installation
After cloning the repository:
- Initialize the `.env` from `.env.example` with `cp .env.example .env`
- edit the variables PRIVATE_DISCOGS_USER_LOGIN and PRIVATE_DISCOGS_USER_TOKEN in the .env file with your own credentials
- install the required packages with: `npm install`
- you can now start the dev server with `npm run dev`
- it starts a server locally on http://localhost:5173/