docs: Update README
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
77428d374a
commit
507600b3a9
20
README.md
20
README.md
|
|
@ -1,19 +1,21 @@
|
||||||
# NRSS - RSS Feeds for NRK sin podcaster
|
# 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
|
## Local devlopment
|
||||||
|
|
||||||
install Deno
|
1. [Install Deno](https://deno.land/manual/getting_started/installation)
|
||||||
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
|
This is made as a reaction that the goverment funded NRK is closing their own
|
||||||
deno task start
|
content to their own app instead of building under open standards like RSS.
|
||||||
```
|
|
||||||
|
|
||||||
Open http://localhost:8000/ to view it in the browser
|
|
||||||
|
|
||||||
## Known Problems
|
## Known Problems
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue