Spotiworld – The online spotify playlist portal
This weekend I started modeling the database for my up and coming project. SpotiWorld.
SpotiWorld is an online spotify portal which allows a user to create a library of their playlists and share them with other users. Each playlist will have a rating and feedback can be provided.
In order to create this I have two options. I can either implement a third party API (third party is needed as spotify have not yet released a C# API) or I can simplify the system down and depend on the user to enter a URL for the playlist and a Title.
At first glance, using the API will deffinently produce a much better and friendly system. Though I do not feel too much for using a third party’s API.
On the other hand using my own methods and incresingly building upon the system could be an easier more reasonable method until the community grows and a C# API is released.
I will try to keep updating with the progress of this project and get some feedback on features that you would like to see within SpotiWorld.