Get RSS feeds for NRK's vendor locked "podcasts".
Go to file
Joakim Taule Kartveit 41e2fdf559
Added in steps for Local development in README.md (#12)
2023-03-21 21:41:29 +01:00
components Feature/types (#4) 2023-03-11 10:46:55 +01:00
islands Small UX improvements and basic mobile UI (#3) 2023-03-10 14:00:57 +01:00
lib Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +01:00
routes Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +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 Added in steps for Local development in README.md (#12) 2023-03-21 21:41:29 +01:00
deno.json Empty Fresh Project 2023-03-09 12:13:12 +01:00
deno.lock Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +01:00
dev.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
fresh.gen.ts Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +01:00
import_map.json Empty Fresh Project 2023-03-09 12:13:12 +01:00
main.ts Empty Fresh Project 2023-03-09 12:13:12 +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 Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +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