car-registration-api-usa

1.0.5 • Public • Published

car-registration-api-usa

Get car information from an American number plate. An account username is required, which you can get from http://www.vehicleregistrationapi.com

Installation

npm install car-registration-api-usa --save

Usage

var api = require('car-registration-api-usa');
 
api.CheckCarRegistrationUSA("Zzz9999","NC","***Your Username***",function(data){
  console.log(data.Description);
});

Dependencies

  • xml2js: Simple XML to JavaScript object converter.

Dev Dependencies

A username is required, which can be obtained from http://www.vehicleregistrationapi.com

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i car-registration-api-usa

Weekly Downloads

1

Version

1.0.5

License

ISC

Last publish

Collaborators

  • infiniteloop.ie