1.2.0 • Published 7 years ago
hyper-media-control-spotify-local v1.2.0
hyper-media-control-spotify-local
Extend
hyper-media-controlwith support forSpotifyvia 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.
}
...
}
}
}