couchified
v0.2.4
Published
Control your desktop straight from your couch.
Downloads
10
Maintainers
Readme
Control the mouse of a remote PC using a smartphone/tablet/hamster/whatever connected to the same network.
Quick Start
Install:
npm install -g couchified
Simple usage:
couchified
and then follow the instructions!
Options
Run the following command to get the list of all the available options.
couchified --help
Troubleshooting
Even if this tool is supposed to run on Windows, OS X and Linux it has been tested on Windows 10 and OS X 10.13.
Error installing on Windows
If Windows 10 fails during the install phase, you're probably missing building tools. Run the following command from an administrative PowerShell:
npm install --global --production windows-build-tools
Once it's done install run:
npm install -g node-gyp
Then try to install couchified again.