@aeaton/react-spotify
v0.2.3
Published
```jsx <SpotifyProvider clientID={'your-client-id'} redirectURI={window.location.origin} scope={'streaming'}> <SpotifyPlaybackProvider deviceName={'your-device-name'}> <App /> </SpotifyPlaybackProvider> </SpotifyProvider> ```
Downloads
44
Readme
Example
<SpotifyProvider clientID={'your-client-id'} redirectURI={window.location.origin} scope={'streaming'}>
<SpotifyPlaybackProvider deviceName={'your-device-name'}>
<App />
</SpotifyPlaybackProvider>
</SpotifyProvider>