car-registration-api-croatia
Version:
Get car information from a Croatian number plate. An account username is required, which you can get from http://www.provjeraregistracije.com
33 lines (19 loc) • 762 B
Markdown
Get car information from a UK number plate. An account username is required, which you can get from [http://www.provjeraregistracije.com](http://www.provjeraregistracije.com)
```sh
npm install car-registration-api-croatia --save
```
```js
var api = require('car-registration-api-croatia');
api.CheckCarRegistrationCroatia("RI856VE","***Your Username***",function(data){
console.log(data.Description);
});
```
- [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js): Simple XML to JavaScript object converter.
A username is required, which can be obtained from [http://www.provjeraregistracije.com](http://www.provjeraregistracije.com)
ISC