https://github.com/devtarun/youtube-mini-player
Electron app to play YouTube Videos in a mini desktop window
https://github.com/devtarun/youtube-mini-player
Last synced: 4 months ago
JSON representation
Electron app to play YouTube Videos in a mini desktop window
- Host: GitHub
- URL: https://github.com/devtarun/youtube-mini-player
- Owner: devtarun
- Created: 2020-08-16T20:01:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T21:04:47.000Z (almost 6 years ago)
- Last Synced: 2025-10-11T13:11:30.656Z (9 months ago)
- Language: HTML
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Mini Player
đī¸ This electron app runs đšī¸ YouTube videos in mini desktop view.
## Installation
Uses Yarn as a dependency manager
```
git clone https://github.com/devtarun/youtube-mini-player.git
yarn install
```
### Running
```
yarn start
```
### Building
```
yarn make
```
### Installation
Platforms available:
#### Windows
```
```
#### linux
```
sudo apt install ./out/make/deb/x64/youtube-mini-player_1.0.0_amd64.deb
```
#### mac
```
```