Skip to content

Commit

Permalink
docs: adding mileage calculation details
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Mar 18, 2024
1 parent 9665c7e commit 5cdeeb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ Specify the assets to be updated in the `assets.json` file. The key of the hash
},
"23759": {
"__comment": "kelly blue book link",
"url": "https://www.kbb.com/your/car/year/model/?condition=good&intent=trade-in-sell&mileage=100000&modalview=false&options=6763005%7ctrue&pricetype=private-party"
"url": "https://www.kbb.com/your/car/year/model/?condition=good&intent=trade-in-sell&mileage=100000&modalview=false&options=6763005%7ctrue&pricetype=private-party",
"mileageStart": 132800,
"mileageDate": "11/29/23",
"yearlyMileage": 8000
},
"23759": {
"__comment": "a car that is more damaged than it looks",
Expand All @@ -52,6 +55,8 @@ Specify the assets to be updated in the `assets.json` file. The key of the hash
}
```

Note that mileage can be optionally specified. If it is, the tool will calculate the depreciation based on the mileage and the date of the last update.

## Docker Deployment

https://hub.docker.com/r/iloveitaly/lunchmoney-assets
Expand Down

0 comments on commit 5cdeeb7

Please sign in to comment.