This app empowers Spotify users to share control of the now playing and queue.
Powered by spotify-tokenshark
- Add track to queue
- List tracks for a playlist
- List tracks for an album
- List top tracks, albums and singles for an artist
- Play/Pause
- Skip track
- Seek in track
- Switch user to control
- Background color based on album art
- Text/icon color based on background color
Saved in local storage in order to only fetch once per day
- See your Top 5 artists on Spotify (short term)
- See your Top 20 tracks on Spotify (short term)
Saved in redux state in order to only fetch once per app-launch
- See your Spotify playlists
- See public Spotify playlists for the current ctrl.name
- See who you currently controlling
- See status of player for currently controlling (red/green dot)
Free text search Spotify for:
- Tracks
- Albums
- Artists
- Playlists
- Give consent to ctrl your spotify to a ctrl.name user
- Send request to get consent from a ctrl.name user
- See and manage list of consents
- See and manage list of requests
- Logout
- Delete all my data
- node
- yarn
- Spotify API app
- spotify-tokenshark running
cp env.example .env
- Fill in with your Spotify client id etc.
yarn install
yarn start