car-registration-api-germany

Get car information from an German KBA number. An account username is required, which you can get from http://www.kbaapi.de/

Usage no npm install needed!

<script type="module">
  import carRegistrationApiGermany from 'https://cdn.skypack.dev/car-registration-api-germany';
</script>

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