Extend hyper-media-control with support for Spotify via the local web server.
npm install hyper-media-control-spotify-local


> Extend hyper-media-control with support for Spotify via the local web server.
Add hyper-media-control and hyper-media-control-spotify-local to your Hyper configuration.
hyper-media-control-spotify-local defines the following configuration options:
``js``
module.exports = {
config: {
...
hyperMedia: {
...
spotifyLocal: {
defaultPort: 4370 // The starting port when scanning for the local Spotify server. Only change this if you know what you're doing.
}
...
}
}
}