🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more →
Socket
Book a DemoInstallSign in
Socket

car-registration-api-france

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

car-registration-api-france

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

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

car-registration-api-france

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

Installation

npm install car-registration-api-france --save

Usage

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

api.CheckCarRegistrationFrance("Eg258ma","***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

Keywords

car

FAQs

Package last updated on 12 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts