Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        










devDependency Status


Current release


MIT License



Built with Atom


Built by DEVERO

# 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.
- bitcoin—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).