Pandora desktop app with global media key support
Download latest release (macOS and Linux)
Play/pause | ⏯ |
Next track | ⏩ |
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)