Skip to content

Android application that plays Spotify tracks which have a tempo matching the user's running cadence

Notifications You must be signed in to change notification settings

pythymcpyface/CadencePlayer

Repository files navigation

Cadence Player

This Android app plays tracks from Spotify which have a tempo that matches that of the user's running cadence

Installation

To install, download the .zip of this project

Usage

Replace the three variables in the app level build.gradle file shown below with your personal

Help on creating a client ID and redirect uri can be found here: Spotify Documentation

buildConfigField "String", "SPOTIFY_CLIENT_ID", "\"YOUR-CLIENT-ID\""
buildConfigField "String", "SPOTIFY_REDIRECT_URI_PKCE", "\"YOUR-REDIRECT-URI\""
buildConfigField "String", "SPOTIFY_CODE_VERIFIER", "\"YOUR-VERIFIER\""

Below is a gif demonstrating the app:

Releases

No releases published

Packages

No packages published