Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/securingsincity/pocket-casts-electron
- Owner: securingsincity
- Created: 2017-03-19T03:36:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T14:47:55.000Z (almost 8 years ago)
- Last Synced: 2024-05-02T01:02:05.461Z (8 months ago)
- Topics: electron-app, electronjs, pocketcasts, podcasts, touchbar-support
- Language: JavaScript
- Size: 798 KB
- Stars: 7
- Watchers: 2
- 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![](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