https://github.com/mefechoel/remote-control
A remote control webapp for watching videos online πΊ
https://github.com/mefechoel/remote-control
play-pause remote-control streaming tv
Last synced: 3 months ago
JSON representation
A remote control webapp for watching videos online πΊ
- Host: GitHub
- URL: https://github.com/mefechoel/remote-control
- Owner: mefechoel
- License: mit
- Created: 2019-06-14T16:36:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T16:25:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T22:44:39.992Z (over 2 years ago)
- Topics: play-pause, remote-control, streaming, tv
- Language: JavaScript
- Homepage: https://mefechoel.github.io/remote
- Size: 3.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Control πΊποΈ
## Dependencies
For usage with Linux you need to install `xdotool` and `libxdo-dev`.
On Ubuntu you can install them with:
```
sudo apt install xdotool
sudo apt install libxdo-dev
```On Arch:
```
pacman -S xdotool
```## Build
To build the app yourself you need node and npm installed.
`cd` into the project folder and run:```
npm run build
```You can then copy the `target/release/remote[.exe]` file to some
place on your machine and create a symlink or link it to you `PATH`.