An open API service indexing awesome lists of open source software.

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

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
```
```