Skip to content

Searching song and artists using SpotifyAPI.Web and ASP.Net Core MVC

Notifications You must be signed in to change notification settings

umutyurdugull/Spotify-Asp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to use application first you need to change API key in the applicaton.json file. If you don't have an API key You need to go Spotify Developer Platform, create an app get get your own client id and secret.
Then update the applicaton.json file like this

  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "Spotify": {
    "ClientId": "YOUR-CLIENT-ID",
    "ClientSecret": "YOUR-CLIENT-SECRET"
  },
  "AllowedHosts": "*"
}

And one last step open \Spotify-Asp\SpotifyASP directory in your command prompt and write

dotnet watch

Now you're good to go! If you find any bugs or you have any ideas you can create a pull request anytime.

About

Searching song and artists using SpotifyAPI.Web and ASP.Net Core MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published