Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 659 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 659 Bytes

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.