Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 737 Bytes

README.MD

File metadata and controls

17 lines (9 loc) · 737 Bytes

Most Played for Spotify

Available at Most Played for Spotify

Shows a listener their top 50 tracks and artists over 3 time periods.

Screenshot

Allows a user to export their top tracks from a given period to a playlist

Screenshot

Technial Details

Uses the spotify API to fetch a user's top tracks and artists. Written entirely in client-side Javascript (Vue.js). There is no database for this app (other than Spotify itself). The implicit-grant auth flow is used.

No external dependencies are required to run a version of the website locally, however the Spotify API token used is tied to my dashboard account.