vinfo
v0.1.1
Published
Validate and decode VIN number.
Readme
vinfo
Validate and decode VIN number.
Installation
npm install --save vinfoUsage
ES5
var vinfo = require('vinfo').default;
console.log(vinfo(11111111111111111));ES2015+
import vinfo from 'vinfo';
console.log(vinfo(11111111111111111));API
Simple API hosted by Heroku.
- http://vinfo.herokuapp.com/11111111111111111
- http://vinfo.herokuapp.com/11111111111111111/year
