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