SvenEV / PartyModeForSpotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Party Mode for Spotify

Registration on Spotify for Developers

To access Spotify APIs you must register an app on Spotify for Developers.

  • Go to the dashboard and log in
  • Create a new app and take note of the client ID and client secret
  • Configure PartyModeForSpotify on your local machine as follows (commands must be run from the project folder "PartyModeForSpotify"):
  • Click 'Edit Settings' on the dashboard, add "https://localhost:7078/login" as redirect URI, and click 'Save'
  • Click 'Users and Access' on the dashboard and add the user(s) that should be able to use the app

Build and Run

From the project folder "PartyModeForSpotify":

dotnet run

About


Languages

Language:C# 54.0%Language:HTML 30.8%Language:CSS 10.8%Language:JavaScript 4.5%