1.1.3 • Published 5 years ago

vindec-validator v1.1.3

Weekly downloads
337
License
MIT
Repository
github
Last release
5 years ago

Vindec VIN (Vehicle Identification Number) Validator

Used by the Vindec package to validate VIN numbers, but may also be used as a standalone package.

Installation

NPM

Install with either npm i vindec-validator or yard add vindec-validator. If you are interested in learning how I implemented the algorithm or would like to create your own implementation (or update this one!?), I found the following article to be extremely beneficial.

Use VIN Validation to Improve Inventory Quality by Joe Kiley

Usage

const validator = require('vindec-validator')
console.log(`Vin is valid? ${validator.valid('1234')}`) // false
1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago