Skip to content

mihneamanolache/vinChecker

Repository files navigation

vinChecker

vinChecker is a command line tool built with node, designed to gather infomation on a Romanian registered cars, based on their registration number or the VIN. This is the beta version and you are welcome to fork the repo and improve or add new features.

Screen Recording 2022-07-25 at 11 23 27

Highlights

vinChecker Beta supports:

  • Vehicle data identification based on plate no. or VIN
  • National stolen cars database identification
  • Vignette identification

Prerequisites

vinChecker is built with node 16.15.1 and uses axios and minimis.

Installing vinChecker

To install vinChecker on your machine, run the following commands on your terminal:

git clone git@github.com:mihneamanolache/vinChecker.git 
cd vinChecker
npm i

Using vinChecker

In order to run vinChecker, navigate to it's directory and run the following command: node app.js followed by one of the two required arguments:

  • --vin= - sarch by VIN no. VIN CHECK

  • --plate= - search by registration no. PLATE CHECK

You can also parse the --vignette argument to check if the vehicle has a valid vignette.

You can run it with docker:

docker compose run --rm vin <vin>

docker compose run --rm plate <plate>

About

A command line tool to gather information about Romanian registered vehicles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages