Refactored info content fetching and saving to handle users object and utilize async/await.

This commit is contained in:
2024-09-11 05:16:56 +02:00
parent bba0f8f1d7
commit 6696438da0
6 changed files with 1306 additions and 70 deletions

View File

@@ -44,5 +44,10 @@
"snoowrap": "^1.15.2",
"url-pattern": "^1.0.3",
"yargs": "^11.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}