1.0.5 • Published 7 years ago

car-registration-api-croatia v1.0.5

Weekly downloads
4
License
ISC
Repository
-
Last release
7 years ago

car-registration-api-croatia

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

Installation

npm install car-registration-api-croatia --save

Usage

var api = require('car-registration-api-croatia');

api.CheckCarRegistrationCroatia("RI856VE","***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.provjeraregistracije.com

License

ISC