Skip to content

Simple node.js based website to control your media center.

Notifications You must be signed in to change notification settings

galziv/WebControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Web Control

Simple node.js based website to control your media center. Includes arrow keys, media controls, keyboard (device native keyboard), applications launching and mouse control.

Installation

node.js and npm is required. I've developed against node v4.4.7, npm v2.15.8. To check your installed version execute:

node -v

npm -v

Download the zip, extract and navigate to project's directory to get all dependencies using:

npm install

Execution

node app.js

Configuration

configuration.json contains application configuration.

  • port - Website's port
  • browserPath - Path to browser executable
  • logActions - print actions from client to console
  • logRequests - print url requests to console

index.js contains options object at its first line. If showActions set to true, actions sent to server will be displayed at window's bottom left corner.

About

Simple node.js based website to control your media center.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published