Skip to content

hubgit/react-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example

<SpotifyProvider clientID={'your-client-id'} redirectURI={window.location.origin} scope={'streaming'}>
    <SpotifyPlaybackProvider deviceName={'your-device-name'}>
        <App />
    </SpotifyPlaybackProvider>
</SpotifyProvider>

Packages

No packages published