Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeromelachaud/discogs-random-collection-item
Store and randomly displays items from your Discogs collection
https://github.com/jeromelachaud/discogs-random-collection-item
discogs-api express fullstack react react-hooks
Last synced: about 1 month ago
JSON representation
Store and randomly displays items from your Discogs collection
- Host: GitHub
- URL: https://github.com/jeromelachaud/discogs-random-collection-item
- Owner: jeromelachaud
- Created: 2019-05-04T14:26:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T21:15:50.000Z (7 months ago)
- Last Synced: 2024-04-14T12:02:46.964Z (7 months ago)
- Topics: discogs-api, express, fullstack, react, react-hooks
- Language: JavaScript
- Homepage: https://discogs-random-collection-item.herokuapp.com/
- Size: 1.98 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What this App does :
- Fetches the Discogs API and update the App' database with the latest additions in you collection
- Sends you an email with the amount of added releases
- Displays a random item of your collection### Development:
`yarn start:server:dev` starts the server on [http://localhost:8080](http://localhost:8080) with nodemon
`yarn start` then open [http://localhost:3000](http://localhost:3000) to view the app in the browser
### Production:
`yarn start:server` starts the server on [http://localhost:8080](http://localhost:8080)
`yarn build` then open [http://localhost:8080](http://localhost:8080) to view the app it in the browser