blob: fe1c74b1425514a36cc248f10cde78abc59e9b2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# YouTube TV Client 2.0
Basically a browser that uses Samsung Smart TV as the user agent and it goes to `youtube.com/tv`.
<a href="https://snapcraft.io/youtube-tv-client">
<img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" />
</a>
Made from NodeJS and Electron
Start the program
```
yarn install
yarn start
```
Build the program into an executable
```
yarn dist
```
# Navigating the website
- Use the arrows on the keyboard to navigate
- Press ESC to exit or to go back
- Press enter to select
|