Skip to content

leyanlo/electron-pandora

Repository files navigation

electron-pandora

Pandora desktop app with global media key support

Download

Download latest release (macOS and Linux)

Screenshot

Usage

Key bindings

Play/pause
Next track

Development

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/leyanlo/electron-pandora
# Go into the repository
cd electron-pandora
# Install dependencies
yarn
# Run the app
yarn start
# Build the app
yarn package-mac # (or package-linux for Linux)