Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdevero/playerfm-desktop-app
Desktop app for PlayerFM build with electron.
https://github.com/alexdevero/playerfm-desktop-app
Last synced: about 2 months ago
JSON representation
Desktop app for PlayerFM build with electron.
- Host: GitHub
- URL: https://github.com/alexdevero/playerfm-desktop-app
- Owner: alexdevero
- License: mit
- Created: 2018-09-23T08:17:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T10:56:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T12:19:18.721Z (3 months ago)
- Language: JavaScript
- Size: 854 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# PlayerFM desktop app
Desktop app for PlayerFM build with electron.
### Table of contents
* [Features](#features)
* [Install](#install)
* [Usage](#usage)
* [Support this project](#support-this-project)
* [Code of Conduct](#code-of-conduct)
* [License](#license)### Features
- Listen to podcasts
- Explore interesting podcasts
- Create/manage your account
- Listen up to 3x speed
- And much more!### Install
#### Clone this repo
```
git clone https://github.com/alexdevero/playerfm-desktop-app.git
```#### Install dependencies
```
npm install
```
or
```
yarn
```### Usage
#### Run the app
```
npm run start
```
or
```
yarn run start
```#### Build the app for all platforms
```
npm run package:all
```
or
```
yarn run package:all
```#### Build the app for Windows
```
npm run package:win
```
or
```
yarn run package:win
```#### Build the app for OSX
```
npm run package:osx
```
or
```
yarn run package:osx
```#### Build the app for Linux
```
npm run package:linux
```
or
```
yarn run package:linux
```#### Build the app for Mac App Store
```
npm run package:macappstore
```
or
```
yarn run package:macappstore
```### Support this project
I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously,
this takes time. You can use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).If you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
- Starring and sharing the project
- [![Donate](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?colorB=259cd2)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKLGUUB34ASEL)—make one-time donations via PayPal.
- [![Donate](https://img.shields.io/badge/Donate-Patreon-brightgreen.svg?colorB=f86213)](https://www.patreon.com/alexdevero)—set up monthly donation via Patreon and get interesting news about what I'm doing.
- —send bitcoins or ethereum to this address: `19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp`.Thank you!
### Code of Conduct
[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
### License
MIT © [Alex Devero](https://alexdevero.com).