1.0.4 • Published 5 years ago

car-registration-api-argentina v1.0.4

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

car-registration-api-argentina

Get car information from an Argentinian number plate. An account username is required, which you can get from http://ar.matriculaapi.com/

Installation

npm install car-registration-api-argentina --save

Usage

var api = require('car-registration-api-argentina');

api.CheckCarRegistrationArgentina("NOD441","***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