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
- Host: GitHub
- URL: https://github.com/gnuns/electronyt
- Owner: gnuns
- Created: 2016-02-06T04:18:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T20:52:47.000Z (over 8 years ago)
- Last Synced: 2025-04-08T06:11:12.808Z (about 1 year ago)
- Topics: clappr, electron, youtube-client, ytdl
- Language: JavaScript
- Homepage:
- Size: 774 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)


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