2.7.2
6.1.3.1
redis
Go to https://developer.spotify.com/dashboard and create a new app. Copy the client ID and client secret
Set up your credentials by first deleting config/creadentials.yml.enc
Create again with EDITOR=vim bin/rails credentials:edit
Should look like this:
secret_key_base: <secret key base>
spotify:
client_id: <client_id>
client_secret: <client_secret>
rails db:create
rails db:migrate
No tests for the moment ( ͡° ʖ̯ ͡°)
ActiveJob backend is sidekiq
, so run sidekiq with bin/sidekiq
Run rake spotify:fetch_players
to fetch the initial User's players.