🔧 Added a LOCG scraper endpoint for pull lists

This commit is contained in:
2022-02-16 20:26:25 -08:00
parent d2e5a7664d
commit b476ad77be
4 changed files with 1844 additions and 389 deletions

View File

@@ -20,6 +20,7 @@
],
"author": "",
"devDependencies": {
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.171",
"@types/string-similarity": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
@@ -40,16 +41,20 @@
"@types/mkdirp": "^1.0.0",
"@types/node": "^13.9.8",
"axios": "^0.21.1",
"comicgeeks": "^1.1.0",
"date-fns": "^2.27.0",
"delay": "^5.0.0",
"dotenv": "^10.0.0",
"got": "^12.0.1",
"imghash": "^0.0.9",
"ioredis": "^4.28.1",
"jsdom": "^19.0.0",
"leven": "^3.1.0",
"lodash": "^4.17.21",
"moleculer": "^0.14.19",
"moleculer-web": "^0.10.4",
"nats": "^1.3.2",
"paginate-info": "^1.0.4",
"query-string": "^7.0.1",
"string-similarity": "^4.0.4",
"typescript": "^3.8.3"