car-registration-api-ecuador
Version:
Get car information from an Ecuadorean number plate. An account username is required, which you can get from http://ec.placaapi.com/
33 lines (19 loc) • 718 B
Markdown
Get car information from a Ecuadorean number plate. An account username is required, which you can get from [http://ec.placaapi.com/](http://ec.placaapi.com/)
```sh
npm install car-registration-api-ecuador --save
```
```js
var api = require('car-registration-api-ecuador');
api.CheckCarRegistrationEcuador("PBU2742","***Your Username***",function(data){
console.log(data.Description);
});
```
- [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js): Simple XML to JavaScript object converter.
A username is required, which can be obtained from [RegCheck.org.uk](https://www.regcheck.org.uk)
ISC