This is a playground made with Angular to interact with the Spotify web API. It is intended to be used for understading the API and its response to different HTTP requests.
https://spotify-web-api-playground.netlify.app/
In order to be able to generate an access token, you need to have a valid cliend ID and secret. To obtain your client ID and secret, visit the Spotify web API documentation.
Prerequisites (quick start)
- Set up a Spotify account (free or premium)
- Register an application
- Copy your API credentials from your app's overview page
- Enter your API credentials in the website's input fields
The API credentials that you use in this website are only used for communicating with the Spotify API and are not stored anywhere but your own browser's local storage.