car-registration-api-australia
v1.0.5
Published
Get car information from an Australian number plate. An account username is required, which you can get from http://www.carregistrationapi.com
Downloads
3
Maintainers
Readme
car-registration-api-australia
Get car information from an Australian number plate. An account username is required, which you can get from http://www.carregistrationapi.com/
Installation
npm install car-registration-api-australia --save
Usage
var api = require('car-registration-api-australia');
api.CheckCarRegistrationAustralia("ZM06WA","WA","***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 http://www.carregistrationapi.com/
License
ISC