Skip to content

synamedia-senza/remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote

A smart remote control with button, gesture, text and voice input modes.

Install Node.js

Install the Node.js runtime environment. Node.js is a tool that is used to run the Remote server, which is implemented as a JavaScript script.

Change to Remote directory

cd ~/Downloads/remote

Open a terminal and change to the Remote API directory, wherever you have downloaded it.

Install node modules

npm install

Then use the node package manager to install the required packages and their dependencies. The npm tool will look in the package.json file to find out which packages need to be installed.

Start the server

node remote.js

In a separate terminal window or tab, start the Remote server. This will tell Node.js to run the remote.js script and wait for incoming HTTP requests and Socket.IO messages.

Start page

You can open the start page by going to http://localhost:8080/ in your browser. Substitute the name of your computer to connect from other devices, or use ngrok to connect from the internet.

About

A smart remote control with button, gesture, text and voice input modes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors