{"id":22351131,"url":"https://github.com/z-------------/cpod","last_synced_at":"2025-04-12T18:45:13.445Z","repository":{"id":33331987,"uuid":"36976771","full_name":"z-------------/CPod","owner":"z-------------","description":"(UNMAINTAINED) A simple, beautiful podcast app for Windows, macOS, and Linux.","archived":false,"fork":false,"pushed_at":"2024-01-13T11:16:53.000Z","size":4562,"stargazers_count":752,"open_issues_count":111,"forks_count":73,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-04-03T20:13:05.888Z","etag":null,"topics":["audio","electron","javascript","linux","macos","nodejs","podcast","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z-------------.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-06T10:54:30.000Z","updated_at":"2025-03-24T01:43:31.000Z","dependencies_parsed_at":"2024-08-02T00:23:26.508Z","dependency_job_id":"365c844d-894c-4d83-b905-885b2b0bcca5","html_url":"https://github.com/z-------------/CPod","commit_stats":null,"previous_names":["z-------------/cumulonimbus"],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-------------%2FCPod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-------------%2FCPod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-------------%2FCPod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-------------%2FCPod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z-------------","download_url":"https://codeload.github.com/z-------------/CPod/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248617333,"owners_count":21134190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","electron","javascript","linux","macos","nodejs","podcast","windows"],"created_at":"2024-12-04T12:13:03.743Z","updated_at":"2025-04-12T18:45:13.412Z","avatar_url":"https://github.com/z-------------.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\r\n  \u003cbr\u003e\r\n  \u003ca href=\"https://github.com/z-------------/cumulonimbus\"\u003e\r\n    \u003cimg src=\"https://cdn.rawgit.com/z-------------/cumulonimbus/35c95868/build/icon.svg\" width=\"128\" height=\"128\" alt=\"CPod logo\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003cbr\u003e\r\n  CPod\r\n  \u003cbr\u003e\r\n\u003c/h1\u003e\r\n\r\n\u003cp align=\"center\"\u003e(formerly Cumulonimbus)\u003c/p\u003e\r\n\u003ch4 align=\"center\"\u003eA simple, beautiful podcast app.\u003c/h4\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/z-------------/CPod/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release-date-pre/z-------------/CPod.svg?label=latest%20(pre)release\" /\u003e\u003c/a\u003e\r\n  \u003ca href=\"https://github.com/z-------------/CPod/commits/master\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/z-------------/CPod\" /\u003e\u003c/a\u003e\r\n\u003c/div\u003e\r\n\u003cbr\u003e\r\n\r\n**NOTE: CPod is unmaintained and may contain bugs and security vulnerabilities. Please use alternatives.**\r\n\r\nA review by *OMG! Ubuntu!*: [A Terrific Podcast Client with a Terrible Name](http://www.omgubuntu.co.uk/2017/11/cumulonimbus-electron-podcast-client)\r\n\r\n![Screenshot](https://i.imgur.com/S7K9wrr.png)\r\n\r\n## Install\r\n\r\nGet the [**latest releases**](https://github.com/z-------------/CPod/releases).\r\n\r\nAvailable for **Windows**, **macOS**, and **Linux**.\r\n\r\n### Install for development\r\n\r\n0. 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.\r\n1. Run `yarn` to install npm dependencies.\r\n2. Run `gulp` to compile and concatenate JavaScript, SCSS, Pug, etc. (or `gulp both` to also watch for changes).\r\n3. Run `yarn start` to start CPod.\r\n\r\nBe 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.\r\n\r\n### Packaging\r\n\r\n0. Follow steps 0 to 2 in [Install for development](#install-for-development)\r\n1. (If electron-builder complains about missing dependencies) Set temporary environment variable: `ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true`\r\n2. Run `yarn dist`\r\n\r\nThe binary/installer will be in the `dist` directory.\r\n\r\n## Contributing\r\n\r\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md)\r\n\r\n## License\r\n\r\n```\r\nCopyright 2015-2019 Zachary James Guard\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n    http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n```\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz-------------%2Fcpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz-------------%2Fcpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz-------------%2Fcpod/lists"}