From 507600b3a9c5699abbc78244f8403b60dde11e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 30 Mar 2024 16:50:06 +0100 Subject: [PATCH 1/3] docs: Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Hårek Andreassen --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 49a2ce0..ba4768e 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ # NRSS - RSS Feeds for NRK sin podcaster -https://nrss.deno.dev/ +Live version: [nrss.deno.dev](https://nrss.deno.dev/) + +A webapp built with Deno's [Fresh](https://fresh.deno.dev/) that generates +public accessible RSS-feeds for their produced podcasts via their +[API](https://psapi.nrk.no/documentation/). ## Local devlopment -install Deno -https://deno.land/manual/getting_started/installation +1. [Install Deno](https://deno.land/manual/getting_started/installation) +1. Run the app: `deno task start` +1. Open [localhost:8000](http://localhost:8000) in your browser -### Run the application +## What is this? -```shell -deno task start -``` - -Open http://localhost:8000/ to view it in the browser +This is made as a reaction that the goverment funded NRK is closing their own +content to their own app instead of building under open standards like RSS. ## Known Problems -- 2.40.1 From ec5c3990122c68e57fb70014a18d8278bcdc769c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 30 Mar 2024 19:24:45 +0100 Subject: [PATCH 2/3] docs: Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Hårek Andreassen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4768e..8886849 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NRSS - RSS Feeds for NRK sin podcaster +# NRSS - RSS feeds for NRK's podcasts Live version: [nrss.deno.dev](https://nrss.deno.dev/) -- 2.40.1 From fc2d98a52d02533a819316ec86f929f5f5ae9d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Mon, 1 Apr 2024 09:56:48 +0200 Subject: [PATCH 3/3] docs: Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Hårek Andreassen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8886849..246a514 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A webapp built with Deno's [Fresh](https://fresh.deno.dev/) that generates public accessible RSS-feeds for their produced podcasts via their [API](https://psapi.nrk.no/documentation/). -## Local devlopment +## Local development 1. [Install Deno](https://deno.land/manual/getting_started/installation) 1. Run the app: `deno task start` -- 2.40.1