Skip to content

I wanted to work on Spotify API while developing an app that provides a filtered playlist by the song's language.

Notifications You must be signed in to change notification settings

volcanioo/spotify-countries-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We are still working on it. (%60)

Filter Tracks by Language on Spotify!

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

Installing

If you want to work on your own machine you need to configure API URL based on your own web servers.

Step 1

You should create an app on Spotify Developers Platform to gain your own credentials. Find the documentation on https://developer.spotify.com/dashboard/applications.

Step 2

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>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Credits

About

I wanted to work on Spotify API while developing an app that provides a filtered playlist by the song's language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published