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

https://github.com/gnuns/electronyt

:tv: Simple Youtube client for desktop using Electron, Clappr and ytdl-core
https://github.com/gnuns/electronyt

clappr electron youtube-client ytdl

Last synced: 9 months ago
JSON representation

:tv: Simple Youtube client for desktop using Electron, Clappr and ytdl-core

Awesome Lists containing this project

README

          

# ElectronYT

Simple Youtube client (and downloader) for desktop using [Electron](https://github.com/atom/electron/),
[Clappr](https://github.com/clappr/clappr/) and [ytdl-core](https://github.com/fent/node-ytdl-core)

![Demo Screenshot](http://i.imgur.com/Ez9KOTk.png)
![Demo Screenshot](http://i.imgur.com/4Enbyrm.png)

#### Running
```sh
# Clone ElectronYT repository
git clone https://github.com/gnuns/ElectronYT.git

cd ElectronYT

# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g

# Install dependencies
npm install

# run ElectronYT
electron .
```