Initial RSS implementation

- Added debug command to trigger RSS feed update from discord
This commit is contained in:
Logan Cusano
2024-05-22 00:17:36 -04:00
parent fac5274715
commit 4e71c7b167
8 changed files with 680 additions and 3 deletions

View File

@@ -21,6 +21,9 @@
"express": "^4.18.2",
"mongodb": "^6.3.0",
"morgan": "^1.10.0",
"socket.io": "^4.7.2"
"node-html-parser": "^6.1.13",
"rss-parser": "^3.13.0",
"socket.io": "^4.7.2",
"user-agents": "^1.1.208"
}
}