Add in rss parsing library and option to use it instead of the API

This commit is contained in:
hockeymikey
2023-04-29 10:31:11 -05:00
parent 8ca21edd22
commit 7cb6db93f4
4 changed files with 74 additions and 23 deletions

View File

@@ -43,7 +43,8 @@
"vue-select": "^3.20.2",
"vue-swatches": "^2.1.1",
"vue-toasted": "^1.1.28",
"vuex": "^3.6.2"
"vuex": "^3.6.2",
"rss-parser": "3.13.0"
},
"devDependencies": {
"@architect/sandbox": "^4.5.2",