Prototype readability server

This commit is contained in:
2019-08-20 21:49:06 -06:00
parent a814411c12
commit c0607b3fb6
3 changed files with 1074 additions and 0 deletions

13
readerserver/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "readerserver",
"version": "1.0.0",
"main": "main.js",
"license": "MIT",
"dependencies": {
"dompurify": "^1.0.11",
"express": "^4.17.1",
"jsdom": "^15.1.1",
"readability": "https://github.com/mozilla/readability",
"request": "^2.88.0"
}
}