Closed gytanzo closed 3 years ago
Beginning to look through various Spotify code implementations (including the one mentioned last week) right now to figure out how I'm going to make this work.
First things first, not all songs are going to be able to be played. Only certain songs have what's called a "preview_url", with this being the 30 second snipped our application will be playing.
The original song I was going to use, "Paradise Circus" by Massive Attack, does not have one such preview_url. I'll instead be using "6 Underground" by Sneaker Pimps. The preview_url looks like this: https://p.scdn.co/mp3-preview/84a4541a805a031dad534defcafe8ab3797ad9d3?cid=774b29d4f13844c495f206cafdad9c86
The preview_url can be grabbed from here: https://developer.spotify.com/console/get-track/
Task tests
Test 1 1) Open the app on https://ubcse442-musicalchairs.herokuapp.com 2) If you are logged in continue on, otherwise sign-in with the username "xyz" and the password "Xyz12345@". 3) Click the 'Play Game' button. 4) Click Classic Mode. 5) A round begins, after which a 30 second clip of a song should begin playing. A timer will be at the top left of the screen ticking down. 6) The user guesses what the song is from four options. The faster they selected the correct answer, the more points they receive.