https://github.com/kiriancaumes/compare-discogs-collections
Compare your collection or wantlist against another user on Discogs. 💿 #Typescript #NodeJs
https://github.com/kiriancaumes/compare-discogs-collections
css discogs discogs-api html nodejs typescript
Last synced: 4 months ago
JSON representation
Compare your collection or wantlist against another user on Discogs. 💿 #Typescript #NodeJs
- Host: GitHub
- URL: https://github.com/kiriancaumes/compare-discogs-collections
- Owner: KirianCaumes
- License: mit
- Created: 2020-01-23T15:38:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-04T16:34:24.000Z (7 months ago)
- Last Synced: 2025-11-04T18:21:45.298Z (7 months ago)
- Topics: css, discogs, discogs-api, html, nodejs, typescript
- Language: TypeScript
- Homepage: https://compare-discogs-collections.kiriancaumes.fr/
- Size: 667 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compare Discogs Collections
[](https://github.com/KirianCaumes/Compare-Discogs-Collections/blob/master/LICENSE)  [](https://www.paypal.me/KirianCaumes)
Compare your collection or wantlist against another user on Discogs 💿
A very simple project you can try here: 👈

## How to deploy in production
Create and setup a `.env` according to the `.env.example` file.
Install dependencies with:
```sh
npm install
```
Start the app with:
```sh
npm start
```
## How to contribute/develop
There is a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) on that project already configured, feel free to use it.
Create and setup a `.env` according to the `.env.example` file.
Install dependencies with:
```sh
npm install
```
Start the script:
```sh
npm start:dev
```
You can open a pull request with your new additions.