Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 916 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 916 Bytes

NameThatTune

Spotify Compatible App For Playing 'Name That Tune?'.

About...

This R-package provides a fully compatible with Spotify shiny app that allows you to play a competitive game Name That Tune? with your family and friends and will make you opening R after working hours.

How to start?

To install the package execute the following code:

install.packages("devtools")
devtools::install_github("KrystynaGrzesiak/NameThatTune", upgrade = "always", dependencies = TRUE)

Then, you can run the app using the code:

NameThatTune::run_name_that_tune(client_id = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
                                 client_secret = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")

where client_id and client_secret are character strings of length 32 generated as explained here.