https://github.com/whyboris/video-hub-app-remote
Remote control for Video Hub App
https://github.com/whyboris/video-hub-app-remote
angular
Last synced: about 1 year ago
JSON representation
Remote control for Video Hub App
- Host: GitHub
- URL: https://github.com/whyboris/video-hub-app-remote
- Owner: whyboris
- Created: 2020-12-02T21:17:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T19:41:25.000Z (over 2 years ago)
- Last Synced: 2025-03-19T09:43:00.796Z (about 1 year ago)
- Topics: angular
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Hub App Remote
This is the "Remote" for [Video Hub App](https://videohubapp.com/) (see [GitHub](https://github.com/whyboris/Video-Hub-App/)).
It lets you browse videos showing in _Video Hub App_ and make the app play videos on your computer by using your phone or tablet (when both are connected to the same WiFi).

### Developing
This is an *Angular* project.
- `npm install` to install
- `npm start` to develop
- `npm run build` to build
You may need to [allow CORS](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf).
_Video Hub App_ will start a _socket server_ and all communication between it and the _Remote_ will happen with messages sent over the web socket connection.
In _Chrome Developer Tools_ click _Toggle device toolbar_ to interact using "touch events" (not mouse clicks).
The assets built with this repository are meant to be added into _Video Hub App_ before compiling.
### Thank you
Thank you to [Feather](https://feathericons.com/) for icons.