Fetch mileage by screen scraping web site

This commit is contained in:
Matt Cosand
2024-03-08 00:28:41 -08:00
parent c1b53312bf
commit 56cf628b9e
5 changed files with 141 additions and 13 deletions
+6 -1
View File
@@ -14,7 +14,12 @@
"typescript": "^4.8.4",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0"
"@types/tough-cookie": "^4.0.5",
"axios": "^1.6.7",
"axios-cookiejar-support": "^5.0.0",
"eslint": "^8.36.0",
"node-html-parser": "^6.1.12",
"tough-cookie": "^4.1.3"
},
"dependencies": {
}