https://github.com/ankargren/mostpop
Find most popular album by an artist
https://github.com/ankargren/mostpop
Last synced: 7 months ago
JSON representation
Find most popular album by an artist
- Host: GitHub
- URL: https://github.com/ankargren/mostpop
- Owner: ankargren
- Created: 2017-01-04T20:56:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T08:24:05.000Z (over 9 years ago)
- Last Synced: 2024-12-29T03:24:24.916Z (over 1 year ago)
- Language: R
- Homepage: https://sebastianankargren.shinyapps.io/most-pop/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Most popular albums
https://sebastianankargren.shinyapps.io/most-pop/
## Description
This simple Shiny application lets the user search for an artist to see which of the artist's albums are more popular. A common problem when exploring new artists is that it may be hard to know where to start---what album should you start with? Hopefully, this can be some help in knowing where to begin.
## Implementation
The application is implemented in R using `httr` to fetch popularity data from Spotify. The results are visualized using `plotly`.
## Note
To run it on your own, you need to supply your own `clientID` and `secret` in `helpers.R`. You can get these from Spotify by registering an application.