1.0.4 • Published 7 years ago

car-registration-api-finland v1.0.4

Weekly downloads
4
License
ISC
Repository
-
Last release
7 years ago

car-registration-api-finland

Get car information from a Finnish number plate. An account username is required, which you can get from http://www.vehicleregistrationapi.com

Installation

npm install car-registration-api-finland --save

Usage

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

api.CheckCarRegistrationFinland("ZRF-882","***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.vehicleregistrationapi.com

License

ISC