merclehoczky / UniLu_DMinR

University of Lucerne FS 23 "Data Mining in R" sandbox
0 stars 0 forks source link

Create shiny app #1

Open merclehoczky opened 1 year ago

merclehoczky commented 1 year ago

The idea is to enter the Spotify user id and scrape the latest 50 playlist of the user. Then the user chooses their ideal playlist and the app matches the playlist length to a route to a restaurant in Lucerne.

Likely, the user needs a csv file saved in their 'data' folder containing their API keys in this format:

api_id | api_key spotify_id | xxx #client ID spotify_secret | xxx #client secret google_id | xxx #Google API key

merclehoczky commented 1 year ago

User should actually have their user id in the csv file too, in the following format: api_id | api_key spotify_id | xxx #client ID spotify_secret | xxx #client secret spotify_user | xxx #user ID google_id | xxx #Google API key

merclehoczky commented 1 year ago

Shiny app is started but there are issues.

merclehoczky commented 1 year ago

Cannot make reactive additions work

merclehoczky commented 1 year ago

The idea was to: