From e571ab592ee14a04f0d41c0b24af7a191892ab22 Mon Sep 17 00:00:00 2001 From: dakedres Date: Thu, 17 Aug 2023 12:54:15 -0400 Subject: [PATCH] More prettying up --- README | 8 +++++++- index.js | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index a24f8a8..1ad47ff 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ + • +┏┓┏┏┏┏┓┏┓┏┓ +┛ ┛┛┛┛┗┛┗┗┫ + ┛ +RSS-based art collator + Do not expect quality code. Only works with the Bun[1] runtime Usage @@ -6,5 +12,5 @@ Usage - `bun .` - Open `out/index.html` in a browser. Enjoy :) -References +Links 1. https://bun.sh \ No newline at end of file diff --git a/index.js b/index.js index 7786ff5..c863035 100644 --- a/index.js +++ b/index.js @@ -69,7 +69,6 @@ const processRss = (rss, reducerCallback, cdata) => { for(let item of items) { let description = new JSDOM(item.querySelector('description').textContent).window.document - // let description = item.querySelector('description') let dateString = item.querySelector('pubDate').textContent let link = item.querySelector('link').textContent