Driver Scraping

This commit is contained in:
ssyyhhrr
2022-06-15 22:54:25 +01:00
parent 276bfc90f7
commit f8e1df1692
5 changed files with 259 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "stewardle",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.21",
"xml-js": "^1.6.11"
}
}