Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Electron version of Pocket Casts with TouchBar Support

Awesome Lists containing this project

README

        

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

![](https://raw.githubusercontent.com/securingsincity/pocket-casts-electron/master/images/screenshot.png)

![](https://raw.githubusercontent.com/securingsincity/pocket-casts-electron/master/images/touchbar.png)

# 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