car-registration-api-brazil
v1.0.4
Published
Get car information from an Brazilian number plate. An account username is required, which you can get from http://www.placaapi.com/
Downloads
3
Maintainers
Readme
car-registration-api-brazil
Get car information from an Brazilian number plate. An account username is required, which you can get from http://www.placaapi.com/
Installation
npm install car-registration-api-brazil --save
Usage
var api = require('car-registration-api-brazil');
api.CheckCarRegistrationBrazil("KNX9595","***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