1
0
forked from notBrad/bubo-rss

Initial release

This commit is contained in:
George Mandis
2019-11-27 18:17:31 -08:00
parent 8b654f3931
commit 62dd2b559c
9 changed files with 2066 additions and 192 deletions

View File

@@ -4,12 +4,14 @@
"description": "A somewhat dumb but effective feed reader (RSS, JSON & Twitter)",
"main": "src/index.js",
"scripts": {
"build": "node src/index.js > output/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"puppeteer": "^1.17.0",
"node-fetch": "^2.6.0",
"nunjucks": "^3.2.0",
"rss-parser": "^3.6.3"
}
}