tvaz / cumulonimbus

CPod: a simple, beautiful podcast app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


CPod logo
CPod

(formerly Cumulonimbus)

A simple, beautiful podcast app.


NOTE: CPod is very much a work in progress. Please expect bugs.

A review by OMG! Ubuntu!: A Terrific Podcast Client with a Terrible Name

Screenshot

Install

Get the latest binaries/installers from the Releases tab. Available for Windows (NSIS installer), macOS (.app, .dmg), and Linux (AppImage, .deb).

Install for development

  1. Have Node.js, Yarn, and gulp-cli installed, and cd to the repo directory.
  2. Run yarn to install npm dependencies.
  3. Run gulp to compile and concatenate JS, SCSS, Pug, and what have you (or gulp both to also watch for changes).
  4. 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

If you want to try the latest changes before they are available in a (pre)release, you can package CPod by following steps 0 to 2 in Install for development then running yarn dist. The binary/installer should then be in the dist directory.

Contributing

See CONTRIBUTING.md

About

CPod: a simple, beautiful podcast app.

License:Apache License 2.0


Languages

Language:JavaScript 59.5%Language:HTML 24.1%Language:CSS 16.2%Language:Shell 0.1%Language:Batchfile 0.1%