https://github.com/securingsincity/pocket-casts-electron
Electron version of Pocket Casts with TouchBar Support
https://github.com/securingsincity/pocket-casts-electron
electron-app electronjs pocketcasts podcasts touchbar-support
Last synced: 2 months ago
JSON representation
Electron version of Pocket Casts with TouchBar Support
- Host: GitHub
- URL: https://github.com/securingsincity/pocket-casts-electron
- Owner: securingsincity
- Created: 2017-03-19T03:36:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T14:47:55.000Z (about 8 years ago)
- Last Synced: 2025-03-27T18:55:17.533Z (3 months ago)
- Topics: electron-app, electronjs, pocketcasts, podcasts, touchbar-support
- Language: JavaScript
- Size: 798 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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