WIP | Mac (Electron) App to Watch/Listen to youtube videos. Ability to control videos through keyboard shortcuts 🎧
# 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
Prettier
will automatically be run as a precommit hook.