1.0.4 • Published 8 years ago

car-registration-api-uk v1.0.4

Weekly downloads
14
License
ISC
Repository
-
Last release
8 years ago

car-registration-api-uk

Get car information from a UK number plate. An account username is required, which you can get from RegCheck.org.uk

Installation

npm install car-registration-api-uk --save

Usage

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

api.CheckCarRegistrationUK("YYO7XHH","***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

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago