HTML | Upload and display Random playlist

0

I would like to know if there is any library either with JavaScript or with any HTML, that I have the option to upload a production list and give it a name, and then be able to show the list as a playlist and have an option to play it randomly.

I am making a page to upload some playlist and that can be shown on the page and store the music in a folder or in some database (But I think that in the long run it will end up weighing a lot).

    
asked by Juanse Portillo 21.08.2018 в 18:08
source

1 answer

2

What you need is an API, spotify offers you one (although there are many more):

link

You can create playlists, search for music by artists, albums, genres, etc. I notice you are a rookie, and I encourage you not to give up. Good luck!

    
answered by 21.08.2018 в 18:20