couchified
v0.2.4
Published
Control your desktop straight from your couch.
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 couchifiedSimple usage:
couchifiedand then follow the instructions!
Options
Run the following command to get the list of all the available options.
couchified --helpTroubleshooting
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-toolsOnce it's done install run:
npm install -g node-gypThen try to install couchified again.
