Everybody has their own playlists on Spotify. We listen to the music in different languages like French, Arabic, Turkish, etc. We experience the lack of filtering the music based on a country or a language on Spotify, so we intended to develop a 3rd party application to serve a filtering feature.
With this web application, you may list all the tracks in a playlist and filter them by language.
For now, we just list the playlist by default. To test our application you may visit our demo page http://spotify.msdeveci.net
If you want to work on your own machine you need to configure API URL based on your own web servers.
You should create an app on Spotify Developers Platform to gain your own credentials. Find the documentation on https://developer.spotify.com/dashboard/applications.
On Home.vue file find this row anc change it with your own credentials
<a
class="button"
href="https://accounts.spotify.com/authorize?
client_id=_CLIENT_ID_
&redirect_uri=http://localhost:_YOUR_PORT_
&scope=playlist-read-private
&response_type=token"
>
LOGIN WITH SPOTIFY
</a>
npm install
npm run serve
npm run build
npm run test
npm run lint
- Volkan Deveci. Frontend Issues - html, css, js
- Enes İnkaya. Back-end and Test Issues - php
- Bora Açıcı. Back-end Issues - c#