1.2.0 • Published 6 years ago

hyper-media-control-spotify-local v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

hyper-media-control-spotify-local

License hyper GitHub issues

Extend hyper-media-control with support for Spotify 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.
            }
            ...
        }
    }
}