-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# Spotify Dashboard | ||
|
||
This repository contains the code for a Quarto dashboard that displays Spotify's [Today's Top Songs](https://open.spotify.com/playlist/5iwkYfnHAGMEFLiHFFGnP4) playlist. | ||
This repository contains the code for a dashboard that displays Spotify's Top Songs playlist. | ||
|
||
It is inspired by [Melissa Van Bussel](https://www.melissavanbussel.com/)'s submission to the Posit PBC's Table Contest. | ||
It is inspired by Melissa van Bussen's submission to the [Posit PBC's Table Contest](https://posit.co/blog/announcing-the-2024-table-contest). | ||
|
||
I have adapted the original dashboard considerably since [some of the Spotify API endpoints are no longer supported](https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api). | ||
|
||
Furthermore, I explicitly tell GitHub Actions to install R, and to install all packages using `{renv}` from the [Posit package manager](https://packagemanager.posit.co). | ||
|
||
You can visit the live dashboard [here](https://econmaett.github.io/spotify-dashboard/dashboard.html). |