couchified

Control your desktop straight from your couch.

Usage no npm install needed!

<script type="module">
  import couchified from 'https://cdn.skypack.dev/couchified';
</script>

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.