siebevd / striim-desktop

Mac App to Watch/Listen to youtube videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Striim

WIP | Mac (Electron) App to Watch/Listen to youtube videos. Ability to control videos through keyboard shortcuts 🎧

Build Setup

# Install dependencies
npm install

# Install Electron Globally (not required)
npm install -g Electron

# Create config.js file
cp config.example.js config.js

# Fill in api details in config.js file

# Compile (& watch) js bundle
npm run dev

# Build Electron app (in separate window from the dev command)
npm run start

# Prettier the code
npm run pretty

Other Notes

Prettier will automatically be run as a precommit hook.

About

Mac App to Watch/Listen to youtube videos


Languages

Language:JavaScript 73.6%Language:CSS 25.8%Language:HTML 0.6%