Skip to content

Commit e9805db

Browse files
add features
1 parent 37e2fdb commit e9805db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ API to render HTML from RSS feed. Built for podcast feeds, powered by [unjs/h3][
1616

1717
Some podcast services offer a RSS feed with HTML render if RSS feed is requested from a browser. These services (Acast, Ausha) are not open source and not free. This project is an attempt to create an open source alternative.
1818

19+
## Features
20+
21+
- 🌻 Render RSS feed as HTML
22+
- 🔧 Option to return XML feed
23+
- 🗂️ Option to return JSON response with HTML as string
24+
- ✅ If crawler is not a browser, return original XML feed
25+
- 🗄️ Return a JSON response with RSS feed parsed as objects
26+
1927
## Usage
2028

2129
Feed renderer API offers some endpoints to execute different tasks.

0 commit comments

Comments
 (0)