mzgajner / digestor

Parses an existing newsfeed of a podcast from radiostudent.si and generates a nicer podcast RSS.

Home Page:https://radiostudent.si/kultura/pritiskavec-gold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digestor

A tiny Deno app that parses an existing podcast feed of Pritiskavec gold, a radio show on Radio Študent. It improves it and generates a new feed that's compatible with the requirements of iTunes, Spotify and other podcast platforms so it can be published there.

Development

Pretty much the most default Deno setup:

# Starts dev server on localhost:8080
deno task dev

# Runs (very few) tests
deno test

# Autoformats all files
deno fmt

Automatically deployed to small-dragonfly-27.deno.dev with Deno Deploy.

About

Parses an existing newsfeed of a podcast from radiostudent.si and generates a nicer podcast RSS.

https://radiostudent.si/kultura/pritiskavec-gold


Languages

Language:TypeScript 99.7%Language:HTML 0.3%