Get RSS feeds for NRK's vendor locked "podcasts".
Go to file
Tim Hårek Andreassen 992057b6f7
fix: Clean up types
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
2024-03-02 18:33:22 +01:00
components refactor: Export default and use same name as file 2024-03-02 18:13:33 +01:00
islands fix: Clean up types 2024-03-02 18:25:22 +01:00
lib fix: Clean up types 2024-03-02 18:33:22 +01:00
routes refactor: Use `FreshContext` instead of deprecated `HandlerContext` 2024-03-02 18:21:01 +01:00
static Empty Fresh Project 2023-03-09 12:13:12 +01:00
.gitignore init commit 2023-03-09 12:08:33 +01:00
LICENSE Create LICENSE 2023-03-09 15:26:49 +01:00
README.md chore: Run `deno fmt` 2024-03-02 18:06:38 +01:00
deno.json chore: Run `deno fmt` 2024-03-02 18:06:38 +01:00
dev.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
fresh.gen.ts chore: Run `deno fmt` 2024-03-02 18:06:38 +01:00
main.ts chore: Remove old type imports with `<reference>` 2024-03-02 18:07:56 +01:00
tsconfig.json init commit 2023-03-09 12:08:33 +01:00
twind.config.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
utils.ts chore: Run `deno fmt` 2024-03-02 18:06:38 +01:00

README.md

NRSS - RSS Feeds for NRK sin podcaster

https://nrss.deno.dev/

Local devlopment

install Deno https://deno.land/manual/getting_started/installation

Run the application

deno task start

Open http://localhost:8000/ to view it in the browser

Known Problems

  • Some clients may not accept a feed hosted over HTTPS only. See @steinarb's workaround here for a possible solution.
  • The feeds only provide the latest episodes for a podcast, not the entire archive. I've not yet found any acceptable method of fetching all episodes without getting rate limited by NRK or introducing a storage layer. This is tracked in https://github.com/olaven/NRSS/issues/8.