https://github.com/philnash/discogs-scanner
A web app to scan records and add them to your Discogs collection
https://github.com/philnash/discogs-scanner
Last synced: 6 months ago
JSON representation
A web app to scan records and add them to your Discogs collection
- Host: GitHub
- URL: https://github.com/philnash/discogs-scanner
- Owner: philnash
- License: mit
- Created: 2021-02-07T04:52:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T00:12:10.000Z (over 4 years ago)
- Last Synced: 2025-02-21T00:08:54.500Z (8 months ago)
- Language: Svelte
- Size: 242 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discogs Scanner
A web application that can scan your record collection and add releases to your [Discogs](https://www.discogs.com/) collection.
## Running the application
To run this application, you will need:
* Node.js
* A [Discogs API](https://www.discogs.com/developers) application, which [you can create here](https://www.discogs.com/settings/developers)This application uses the [Netlify CLI](https://docs.netlify.com/cli/get-started/) to run the server-side functions endpoints. You don't need a [Netlify](https://www.netlify.com/) account to run this locally, but you will if you choose to deploy it to Netlify.
### Clone the application
```
git clone https://github.com/philnash/discogs-scanner.git
cd discogs-scanner
```### Add your environment variable
Copy the `.env.example` file to `.env`:
```
cp .env.example .env
```Fill in the `.env` file with your Discogs application consumer key and secret.
### Start the application
```
npm run netlify
```Running `npm start` will just start the Svelte front-end. Running `npm run netlify` also starts the local Netlify functions server.
## Bugs, questions, ideas?
Please [raise an issue](https://github.com/philnash/discogs-scanner/issues)!
## License
MIT (c) Phil Nash 2021