Skip to content

A React Component that allows to Control your Media (Music Player etc.)

Notifications You must be signed in to change notification settings

jannikwienecke/react-spotify-player

Repository files navigation

react-spotify-player

Player to control your spotify web application


alt text

Usage

<ReactSpotifyPlayer
  visibleOnLoading={true}
  onReady={() => console.log('Music Player Is Ready')}
  token='Your Spotify Token'
/>

Props ReactSpotifyPlayer

name type description
visibleOnLoading boolean optional
onReady function optional
token string required

Features

  • Control Your Songs
  • Control on which device to stream the music
  • Control Volume
  • Shortcut to create Song Radio
  • Like Songs
  • See your current playlist
  • Shuffle and repeat mode

Install

yarn install

Run

yarn start

Build

yarn build

HOW TO - Receive Token

https://developer.spotify.com/documentation/general/guides/authorization-guide/

Example Repo that implements the authorization process of the prior link: https://github.com/jannikwienecke/react-playlist-generator/tree/main/app

OPEN

  • Tests
  • Fix Deploy

About

A React Component that allows to Control your Media (Music Player etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published