https://github.com/honzahommer/vinfo
Validate and decode VIN number.
https://github.com/honzahommer/vinfo
javascript nodejs npm npm-package vds vehicle-identification-number vin wmi
Last synced: 18 days ago
JSON representation
Validate and decode VIN number.
- Host: GitHub
- URL: https://github.com/honzahommer/vinfo
- Owner: honzahommer
- License: isc
- Created: 2017-07-23T01:45:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T04:39:18.000Z (over 7 years ago)
- Last Synced: 2025-02-15T08:16:44.840Z (2 months ago)
- Topics: javascript, nodejs, npm, npm-package, vds, vehicle-identification-number, vin, wmi
- Language: JavaScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
vinfo
====================Validate and decode VIN number.
[](https://www.npmjs.com/package/vinfo)
[](https://www.npmjs.com/package/vinfo)
[](https://travis-ci.org/honzahommer/vinfo)[](https://gemnasium.com/honzahommer/vinfo)
[](https://www.npmjs.com/package/vinfo)
[](https://codecov.io/github/honzahommer/vinfo?branch=master)
[](https://doc.esdoc.org/github.com/honzahommer/vinfo/)
[](https://codeclimate.com/github/honzahommer/vinfo)Installation
------------npm install --save vinfo
Usage
-----### 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