https://github.com/rigwild/orangetv-remote
An electron based Orange TV remote app :tv:
https://github.com/rigwild/orangetv-remote
electron nodejs orange tv-remote
Last synced: about 1 month ago
JSON representation
An electron based Orange TV remote app :tv:
- Host: GitHub
- URL: https://github.com/rigwild/orangetv-remote
- Owner: rigwild
- License: mit
- Created: 2018-06-18T22:48:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T16:32:59.000Z (over 3 years ago)
- Last Synced: 2025-04-05T20:14:28.136Z (about 1 year ago)
- Topics: electron, nodejs, orange, tv-remote
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# orangetv-remote
An Orange TV remote app based on [electron](https://github.com/electron/electron). This app lets you control your Orange TV directly from your computer.
## Configure
Download required dependencies.
```console
yarn install
```
Start the app.
```console
yarn start
```
If you have troubles connecting with your TV, uncomment this line in *[main.js](./main.js)* so the developer tools will open when starting the app.
```js
// Open the DevTools.
// mainWindow.webContents.openDevTools()
```
## Build
Build this app for your system.
```console
yarn build
```
Build for all systems.
```console
yarn build_all
```
The `out/` directory will be created, containing your compiled application.
## Releases
If you don't want to go through the hassle of building the app yourself, you can download pre-compiled builds in the [releases tab](https://github.com/rigwild/orangetv-remote/releases). You don't need to install anything, it is a portable app.
## App showcase

## License
[The MIT license](https://github.com/rigwild/orangetv-remote/blob/master/LICENSE)