Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/overcast-desktop
:headphones: Overcast Podcast Player with Electron
https://github.com/xasos/overcast-desktop
Last synced: 2 months ago
JSON representation
:headphones: Overcast Podcast Player with Electron
- Host: GitHub
- URL: https://github.com/xasos/overcast-desktop
- Owner: xasos
- License: mit
- Created: 2014-12-28T17:38:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T23:26:30.000Z (about 9 years ago)
- Last Synced: 2024-10-14T21:18:29.608Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 75 MB
- Stars: 41
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overcast.fm for Desktop
[![Build Status](https://travis-ci.org/xasos/overcast-desktop.svg?branch=master)](https://travis-ci.org/xasos/overcast-desktop)Cross-platform desktop application for [Overcast](http://overcast.fm/) using Electron + Node.js. Includes support for Mac OS X Media Keys.
![Screenshot](https://raw.githubusercontent.com/xasos/overcast-desktop/master/assets/overcast-screenshot.png)
## Media Key Support
- >|| - Play/Pause
- << - Rewind 30s
- >> - Skip forward 30s## Download
Latest release for Mac OS X, Linux, and Windows available [here](https://github.com/xasos/overcast-desktop/releases). To keep the download size of Overcast down, the binary has been tarred. To untar, run
```sh
$ tar -zxvf overcast--x64.tar.gz # Substitute with platform of choice
# Proceed to move into Applications folder
```## Building `overcast-desktop`
```sh
$ git clone https://github.com/xasos/overcast-desktop.git
$ cd overcast-desktop
$ npm install
$ npm start
# To build for a specific platform (darwin, linux, win32)
$ npm build
```## Patronage
If you love Overcast, I'd highly recommend [helping support the app](https://overcast.fm/skeptics_faq) - [Marco](https://marco.org/) offers Overcast for free and puts a lot of time and effort into building it.## License
[MIT License](LICENSE)