Skip to content

*Non-Official* Electron version of Pocket Casts with TouchBar Support and Windows Thumb Controls

Notifications You must be signed in to change notification settings

mtsgeneroso/pocket-casts-electron

 
 

Repository files navigation

Pocket Casts Electron

Electron version of Pocket Casts with Play/Pause button support and TouchBar Support

Installing and building

Development:

git clone https://github.com/securingsincity/pocket-casts-electron
cd pocket-casts-electron
npm install 
npm install -g electron@beta
electron . 

Building and Using:

git clone https://github.com/securingsincity/pocket-casts-electron
cd pocket-casts-electron
npm install 
npm install -g electron@beta
npm install electron-packager -g
electron-packager . PocketCasts --icon="redicon.png.icns"
open PocketCasts-darwin-x64/PocketCasts.app/

Inspired by https://github.com/joselitojunior1/electron-pocket-casts

About

*Non-Official* Electron version of Pocket Casts with TouchBar Support and Windows Thumb Controls

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.9%
  • HTML 16.1%