car-registration-api-newzealand

1.0.7 • Public • Published

car-registration-api-newzealand

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

Installation

npm install car-registration-api-newzealand --save

Usage

var api = require('car-registration-api-newzealand');
 
api.CheckCarRegistrationNewZealand("Tu238","***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

Package Sidebar

Install

npm i car-registration-api-newzealand

Weekly Downloads

1

Version

1.0.7

License

ISC

Last publish

Collaborators

  • infiniteloop.ie