Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z-------------/CPod
(UNMAINTAINED) A simple, beautiful podcast app for Windows, macOS, and Linux.
https://github.com/z-------------/CPod
audio electron javascript linux macos nodejs podcast windows
Last synced: 6 days ago
JSON representation
(UNMAINTAINED) A simple, beautiful podcast app for Windows, macOS, and Linux.
- Host: GitHub
- URL: https://github.com/z-------------/CPod
- Owner: z-------------
- License: apache-2.0
- Created: 2015-06-06T10:54:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T11:16:53.000Z (10 months ago)
- Last Synced: 2024-08-02T00:23:18.956Z (3 months ago)
- Topics: audio, electron, javascript, linux, macos, nodejs, podcast, windows
- Language: JavaScript
- Homepage:
- Size: 4.35 MB
- Stars: 751
- Watchers: 41
- Forks: 76
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Cumulonimbus - Simple, beautiful podcast app. ![javascript_icon] (Applications / Podcast)
- open-source-mac-os-apps - Cumulonimbus - Simple, beautiful podcast app. ![javascript_icon] (Applications / Podcast)
README
CPod
(formerly Cumulonimbus)
A simple, beautiful podcast app.
**NOTE: CPod is unmaintained and may contain bugs and security vulnerabilities. Please use alternatives.**
A review by *OMG! Ubuntu!*: [A Terrific Podcast Client with a Terrible Name](http://www.omgubuntu.co.uk/2017/11/cumulonimbus-electron-podcast-client)
![Screenshot](https://i.imgur.com/S7K9wrr.png)
## Install
Get the [**latest releases**](https://github.com/z-------------/CPod/releases).
Available for **Windows**, **macOS**, and **Linux**.
### Install for development
0. Have [Node.js 8](https://nodejs.org/en/download/releases/), [Yarn](https://yarnpkg.com/docs/install), and [gulp-cli](https://gulpjs.com/) installed, and `cd` to the repo directory.
1. Run `yarn` to install npm dependencies.
2. Run `gulp` to compile and concatenate JavaScript, SCSS, Pug, etc. (or `gulp both` to also watch for changes).
3. Run `yarn start` to start CPod.Be sure not to work on `all.js` or on any of the compiled `.html` or `.css` files when there is a `.pug` or `.scss` counterpart, respectively.
### Packaging
0. Follow steps 0 to 2 in [Install for development](#install-for-development)
1. (If electron-builder complains about missing dependencies) Set temporary environment variable: `ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true`
2. Run `yarn dist`The binary/installer will be in the `dist` directory.
## Contributing
See [`CONTRIBUTING.md`](CONTRIBUTING.md)
## License
```
Copyright 2015-2019 Zachary James GuardLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```