More prettying up

This commit is contained in:
dakedres 2023-08-17 12:54:15 -04:00
parent abaf7b918c
commit e571ab592e
2 changed files with 7 additions and 2 deletions

8
README
View File

@ -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

View File

@ -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