File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1010
1111World-class VIN decoder with comprehensive offline database (2,015+ WMI codes) and NHTSA vPIC API integration
1212
13+ ## Sister Projects
14+
15+ Part of the NHTSA automotive diagnostic toolkit:
16+
17+ - ** [ nhtsa-vin-decoder] ( https://github.com/Wal33D/nhtsa-vin-decoder ) ** - This project (VIN decoder)
18+ - ** [ nhtsa-recall-lookup] ( https://github.com/Wal33D/nhtsa-recall-lookup ) ** - Look up safety recalls using decoded vehicle info
19+ - ** [ dtc-database] ( https://github.com/Wal33D/dtc-database ) ** - Comprehensive OBD-II diagnostic trouble code database
20+
21+ ** Workflow:** Decode VIN → Get vehicle info → Look up recalls → Decode diagnostic codes
22+
1323## ⚡ Quick Start
1424
1525### Java - Offline Mode (No Internet Required)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55group = ' io.github.vindecoder'
6- version = ' 0 .1.0'
6+ version = ' 2 .1.0'
77
88java {
99 sourceCompatibility = JavaVersion . VERSION_17
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.wal33d</groupId >
88 <artifactId >nhtsa-vin-decoder</artifactId >
9- <version >0 .1.0</version >
9+ <version >2 .1.0</version >
1010 <packaging >jar</packaging >
1111
1212 <name >NHTSA VIN Decoder</name >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " nhtsa-vin-decoder"
7- version = " 0 .1.0"
7+ version = " 2 .1.0"
88description = " World-class VIN decoder with comprehensive offline database (2,015+ WMI codes) and NHTSA vPIC API integration"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments