Skip to content

caganoduncuoglu/ConsumeSpotifyWebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsumeSpotifyWebAPI (Improved)

This simple project is an MVC-based application that interacts with the Spotify Web API to retrieve and display music data. It features two main sections: "New Releases" and "Recommendations." In the "New Releases" section, users can view the latest albums, while the "Recommendations" section allows users to select a genre and receive tailored music recommendations based on their choice. The application demonstrates how to consume external APIs, manage asynchronous operations, and present dynamic content using Razor Views in ASP.NET Core MVC.

ScreenShots

release genres rec

Usage

  • Download the solution and open it in VS.
  • In appsettings.json add your ClientId and ClientSecret (From dev dashboard at developer.spotify.com)
  • Run the project.

Reference: Tech With Pat

About

This simple project is an MVC-based application that interacts with the Spotify Web API to retrieve and display music data. The application demonstrates how to consume external APIs, manage asynchronous operations, and present dynamic content using Razor Views in ASP.NET Core MVC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors