Simple Youtube client (and downloader) for desktop using Electron, Clappr and ytdl-core
# 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 .