UNPKG

car-registration-api-netherlands

Version:

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

33 lines (19 loc) 790 B
# car-registration-api-netherlands Get car information from a Dutch number plate. An account username is required, which you can get from [http://www.vehicleregistrationapi.com](http://www.vehicleregistrationapi.com) ## Installation ```sh npm install car-registration-api-netherlands --save ``` ## Usage ```js var api = require('car-registration-api-netherlands'); api.CheckCarRegistrationNetherlands("01-GBB-1","***Your Username***",function(data){ console.log(data.Description); }); ``` ## Dependencies - [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js): Simple XML to JavaScript object converter. ## Dev Dependencies A username is required, which can be obtained from [http://www.vehicleregistrationapi.com](http://www.vehicleregistrationapi.com) ## License ISC