car-registration-api-germany
v1.0.4
Published
Get car information from an German KBA number. An account username is required, which you can get from http://www.kbaapi.de/
Downloads
7
Maintainers
Readme
car-registration-api-germany
Get car information from a German KBA number. An account username is required, which you can get from [http://www.kbaapi.de/(http://www.kbaapi.de/)
Installation
npm install car-registration-api-germany --save
Usage
var api = require('car-registration-api-germany');
api.CheckCarRegistrationGermany("4000/305","***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 RegCheck.org.uk
License
ISC