This is a youtube player for Electron application. tested on only mac os
Mac OS
- Download - Mac Os
- Drag Mini from your Downloads folder to the Applications folder.
- Right click on Mini.
- Choose "Open".
- If a warning dialog is shown, choose "Open".
- (Youtube)Search Video
- Search History
- Play List
- Play Loop
- Resize Screen
- Full Screen
- Always On Top
# Clone this repository
$ git clone https://github.com/gilhyun/electron-mini-youtube-player
# Go into the repository
$ cd electron-mini-youtube-player
# Install dependencies and run the app
$ npm install
$ node server.js
$ HOT=1 NODE_ENV=development ./node_modules/.bin/electron .
const youtubeKeys = [
'YOUR_YOUTUBE_API_KEY'
]
$ (sudo) npm install -g webpack
$ NODE_ENV=production node package.js
---
## look ./release/darwin-x64/Mini-darwin-x64