Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 596 Bytes

ElectronYT

Simple Youtube client (and downloader) for desktop using Electron, Clappr and ytdl-core

Demo Screenshot Demo Screenshot

Running

# 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 .