Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luismerinou authored Mar 29, 2024
1 parent 5a3fb05 commit 16188ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
This repository aims to build your own Spotify Wrapped. It uses [Spotify Web API](https://developer.spotify.com/documentation/web-api) to retrieve your information and plotting it with [Shiny](https://shiny.posit.co/py/).

My own wrapped is available here [https://luismerinoulizarna.shinyapps.io/my-music-wrapped/](https://luismerinoulizarna.shinyapps.io/my-music-wrapped/)

# Usage
* Obtain your own Access Token from Spotify [here](https://developer.spotify.com/documentation/web-api/concepts/access-token)
* Store this token in a `.env` file.
* Run `pip install -r requirements.txt` to install all required requirements for the project.
* Under `~/dashboard` run `shiny run --reload --launch-browser ./app.py`

0 comments on commit 16188ac

Please sign in to comment.