vin

v0.1.0
Looks up a VIN from [Decode This](http://decodethis.com)

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

npm i vin

Metadata

  • Unknown
  • Whatever
  • Blain Smith
  • released 12/5/2014

Downloads

Maintainers