Shufflr is an app that takes a user's Discogs username and returns a shuffled record from their record collection to be played.
Don't know what to play? Shufflr is here to save the day!
- Node 12.0 +
- MongoDB
- Clone repo.
git clone https://github.com/alejleon/recordShufflr.git
- Install packages and dependencies.
npm install
To run the website locally:
- Spin up the server
npm start
- run the app
npm run react-dev
- Input your Discogs username (or someone else's!) into the text field.
- Input a specific genre you want to shuffle through (optional).
- Hit the shuffle button and enjoy some tunes.