car-registration-api-ireland
v1.0.5
Published
Get car information from an Irish number plate. An account username is required, which you can get from http://www.vehicleregistrationapi.com
Downloads
3
Maintainers
Readme
car-registration-api-ireland
Get car information from an Irish number plate. An account username is required, which you can get from http://www.vehicleregistrationapi.com
Installation
npm install car-registration-api-ireland --save
Usage
var api = require('car-registration-api-ireland');
api.CheckCarRegistrationIreland("05-D-83979","***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