hyper-media-control-spotify-local
v1.2.0
Published
Extend hyper-media-control with support for Spotify via the local web server.
Downloads
37
Maintainers
Readme
hyper-media-control-spotify-local
Extend
hyper-media-control
with support forSpotify
via the local web server.
Installation
Add hyper-media-control
and hyper-media-control-spotify-local
to your Hyper configuration.
Configuration
hyper-media-control-spotify-local
defines the following configuration options:
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.
}
...
}
}
}