1.2.0 • Published 6 years ago

hyper-media-control-foobar2000-httpcontrol v1.2.0

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

hyper-media-control-foobar2000-httpcontrol

License hyper GitHub issues

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
            }
            ...
        }
    }
}