car-registration-api-pakistan
Version:
Get car information from a Pakistani number plate. An account username is required, which you can get from http://www.vehicleregistrationapi.com
33 lines (19 loc) • 786 B
Markdown
Get car information from a Pakistani number plate. An account username is required, which you can get from [http://www.vehicleregistrationapi.com](http://www.vehicleregistrationapi.com)
```sh
npm install car-registration-api-pakistan --save
```
```js
var api = require('car-registration-api-pakistan');
api.CheckCarRegistrationPakistan(escape("STR 6006"),"PB","","dananos",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.vehicleregistrationapi.com](http://www.vehicleregistrationapi.com)
ISC