1.2.0 • Published 8 years ago
hyper-media-control-foobar2000-httpcontrol v1.2.0
hyper-media-control-foobar2000-httpcontrol
Extend
hyper-media-controlwith 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
}
...
}
}
}