car-registration-api-singapore
v1.0.4
Published
Get car information from an Singaporean number plate. An account username is required, which you can get from http://sg.carregistrationapi.com/
Downloads
5
Maintainers
Readme
car-registration-api-singapore
Get car information from an Singaporean number plate. An account username is required, which you can get from http://sg.carregistrationapi.com/
Installation
npm install car-registration-api-singapore --save
Usage
var api = require('car-registration-api-singapore');
api.CheckCarRegistrationSingapore("SJT8954X","***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