https://github.com/itzterra/spotifytools
Web app for useful playlist functions
https://github.com/itzterra/spotifytools
bootstrap5 javascript-applications spotify-api vue3
Last synced: 4 months ago
JSON representation
Web app for useful playlist functions
- Host: GitHub
- URL: https://github.com/itzterra/spotifytools
- Owner: itzTerra
- License: mit
- Created: 2022-08-26T19:34:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T21:14:21.000Z (almost 3 years ago)
- Last Synced: 2023-08-04T22:27:52.027Z (almost 3 years ago)
- Topics: bootstrap5, javascript-applications, spotify-api, vue3
- Language: JavaScript
- Homepage: https://itzterra.github.io/SpotifyTools/
- Size: 164 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Tools
Useful tools for Spotify playlists.
***---THE HOSTED API APP IS FREE SO YOU CANNOT CONNECT NON-WHITELISTED SPOTIFY ACCOUNTS---***
> Feel free to fork and use your own [Spotify API](https://developer.spotify.com/) app (`CLIENT_ID` and `CLIENT_SECRET`).
## Features
- Find duplicate tracks in a playlist
- Find tracks that two playlists share
- Find the track difference of one playlist against others
- Backup artist and track names from selected playlists as JSON
- Rank artists from playlists based on number of their tracks in the playlist
## Tips
You can't choose "Liked Songs" (the hearted ones) as they are not a playlist.
--> Convert them with Select All (Ctrl-A) and add them into a playlist.
## Possible improvements
- Use a Vue component to render result tables
- Use secret code challenges in the API calls for security
## Made with
- Vue3 reactivity
- Bootstrap5 styles