VIN decoder that fetches vehicle details via the NHTSA API and dynamically scrapes images using Puppeteer.
- Fetch and display vehicle details from VIN
- Web-scrapes the car's image from Google Images
- Responsive and aesthetic UI
vin.decoder.demo.mp4
- Clone this repo
- Install dependencies:
npm install - Run the server:
node server.js - Visit
localhost:3000in your browser