hyper-media-control-foobar2000-httpcontrol
v1.2.0
Published
Extends hyper-media-control with support for foobar2000
Downloads
19
Maintainers
Readme
hyper-media-control-foobar2000-httpcontrol
Extend
hyper-media-control
with support for foobar2000.
Installation
Add hyper-media-control
and hyper-media-control-foobar2000-httpcontrol
to your Hyper configuration.
Install the foo-httpcontrol
component and the ajquery
template.
Configuration
hyper-media-control-foobar2000-httpcontrol
defines the following configuration options:
module.exports = {
config: {
...
hyperMedia: {
...
foobar: {
port: 8888 // The port used to communicate with foobar2000
}
...
}
}
}