0.1.1 • Published 7 years ago

vinfo v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

vinfo

Validate and decode VIN number.

Latest Stable Version License Build Status

Dependency Status NPM Downloads Test Coverage API Documentation Code Climate

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.

0.1.1

7 years ago

0.1.0

7 years ago