Skip to content

Commit

Permalink
decodes VIN using vehicle.db
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpeckham committed Feb 9, 2024
1 parent dfaee80 commit 9ead7aa
Show file tree
Hide file tree
Showing 12 changed files with 851 additions and 7,979 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,4 @@ cython_debug/
#.idea/
vin/.DS_Store
docs/changelog.md
src/.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ VIN validates Vehicle Identification Numbers and decodes the vehicle's manufactu

A ``VIN`` is a unique 17-character Vehicle Identification Number.

* Assigned by vehicle manufacturers
* Uniquely identifies vehicles manufactured for sale or use in the United States since 1980
* Assigned by vehicle manufacturers
* Governed by the U.S. National Highway Traffic Safety Administration (NHTSA)

The structure of the VIN is:
Expand Down
Loading

0 comments on commit 9ead7aa

Please sign in to comment.