Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 191 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 191 Bytes

A super simple python module that hits the NHTSA api and decodes a given list of VINs to output strings.

Usage:

from vin_decoder import VinDecoder
VinDecoder(My_list_of_VINs)