Wiki source code of Music Management
Last modified by Bart Vastenhouw on 2022/08/23 10:48
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Spotify provides an API based on REST principles that provide access to "Endpoints", which include data about music artists, songs, and albums. Through authorization, the API also provides access to user data such as saved music and playlists. This is provided using Node.js and Javascript. | ||
2 | |||
3 | |||
4 | The Spotify web API has a complete reference of its functionality. |