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

https://github.com/cidexpertsystem/podcast-generator

Generates podcast feeds using YAML, hosted by GitHub pages
https://github.com/cidexpertsystem/podcast-generator

actions feed githubactions podcast python xml

Last synced: about 2 months ago
JSON representation

Generates podcast feeds using YAML, hosted by GitHub pages

Awesome Lists containing this project

README

          

# Podcast Feed Generator

A GitHub action to generate a podcast feed from a YAML file. YAML is much easier to read and write than XML, and this action will convert your YAML file into a valid podcast feed.

## Usage

Turn on GitHub Pages

In your repository, go to Settings > Pages and select the main branch as the source. This will create a link to your page and give all of the content in the main branch a URL. Note the URL for the next step.

Create a YAML file

Create a YAML file in your repository.