/Music-Box-Spotify-API-

Fetches playlists from provided Spotify Account and generates a web-page containing playlists.

Primary LanguageJavaScript

Music Box

Music box is a group project that had to be completed by 2 people within 48 hours.

Access:

  1. To get access to our Music Box application:
  2. You can contact us (so that we could add you to the access list).
    OR
    You can also use the following spotify account to test the app:
    Login: raginor113@angeleslid.com
    Password: biDnec-cyqjyt-gunka5
  3. Follow the following link: https://boiling-plains-88386.herokuapp.com/ .
  4. Authorise and you will see saved albums of the authorised account.

Installation:

  1. Install node;
  2. Create your own app in https://developer.spotify.com/dashboard/ ;
  3. Change in index.js:
    • clientId,
    • clientSecret,
    • redirectUri,
    to the ones from your own spotify app.
  4. Use command "npm start" to start node.
  5. Now the app is accessible under the domain adress where you host it.
  6. Just follow the "Access" steps form above. (Don't forget to provide access for each user in your spotify app).