/spotify-core-api

Spotify's Web API, written in .NET Core

Primary LanguageC#

spotify-core-api

Spotify's Web API, written in .NET Core

Based on simple REST principles, our Core Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue.

Instructions on how to set this up will be shown when you first run the app.

But here they are again: Go to the Spotify dashboard https://developer.spotify.com/dashboard/ Click Create a Client ID and create an app You are now ready to authenticate with Spotify! Enter your Client ID appsettings.json Enter your Client Secret appsettings.json Build project.