Initial commit of working RSS Aggregator build
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import Parser from "rss-parser";
|
||||
const parser = new Parser();
|
||||
export default async function fetchFeed(url) {
|
||||
return parser.parseURL(url);
|
||||
}
|
||||
Reference in New Issue
Block a user