Hi, thanks for setting up this library!
Taking this VIN: JHMGK3770HX000000, the lib returns: 1987. However, I know for a fact that the correct date for it is 2017.
The car-vin-decoder library gets it right (see this codesandbox for the comparison) but they take the most recent year. The nice part is that they return a possibleYears field, which lets developers know that an ambiguity exists.
I suggest adding a similar field to universal-vin-decoder .
Hi, thanks for setting up this library!
Taking this VIN:
JHMGK3770HX000000, the lib returns:1987. However, I know for a fact that the correct date for it is2017.The
car-vin-decoderlibrary gets it right (see this codesandbox for the comparison) but they take the most recent year. The nice part is that they return apossibleYearsfield, which lets developers know that an ambiguity exists.I suggest adding a similar field to
universal-vin-decoder.