Skip to content

wassimsalib/node-vin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-vin

Looks up a VIN from Decode This

Installation

npm install vin

Usage

var vin = require('vin');  

vin.lookup('1HD1CGP12WK116444', function(vehicle) {
  console.log(vehicle);
});

Methods

lookup(vin, callback)

The only method for now that performs the lookup.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published