@sealingp/tesla-vin
v1.1.0
Published
Tesla Vehicle Identification Number (VIN) decoder fork with updates and maintenance
Maintainers
Readme
@sealingp/tesla-vin
Tesla Vehicle Identification Number (VIN) decoder fork with updates and maintenance. This is a maintained fork of the original tesla-vin project.
Install
$ npm install @sealingp/tesla-vin --saveUsage
const teslaVIN = require('@sealingp/tesla-vin')
const vinDecoded = teslaVIN('5YJ3F7EA2LF656311')
console.log(vinDecoded)
// {
// bateryType: 'Nickel Manganese Cobalt (NMC)',
// bodyType: 'Sedan 4 DR / RHD',
// model: 'Tesla Model 3',
// motor: 'Single Motor Standard (3DU 800A)',
// photos: [
// 'https://cdn.jsdelivr.net/gh/SealinGp/tesla-vin@master/images/3/1.jpeg',
// 'https://cdn.jsdelivr.net/gh/SealinGp/tesla-vin@master/images/3/2.jpeg',
// 'https://cdn.jsdelivr.net/gh/SealinGp/tesla-vin@master/images/3/3.jpeg',
// 'https://cdn.jsdelivr.net/gh/SealinGp/tesla-vin@master/images/3/4.jpeg',
// 'https://cdn.jsdelivr.net/gh/SealinGp/tesla-vin@master/images/3/5.jpeg',
// ],
// plantOfManufacture: 'Tesla Fremont, California (USA)',
// restraintSystems: 'Type 2 Manual seatbelts (FR, SR*3) with front Airbags, side Inflatable restraints',
// sequenceNumber: 656311,
// worldManufacturingIdentifier: 'Fremont, California',
// year: 2020,
// }Why this fork?
This fork was created to maintain and update the original tesla-vin package which is no longer actively maintained. Updates include:
- Regular maintenance and bug fixes
- Support for newer Tesla models and VIN patterns
- Updated dependencies
- Improved documentation
License
@sealingp/tesla-vin © SealinGp, forked from Tesla Hunt, released under the MIT License. Maintained by SealinGp with contributions from Leo Zhang.
GitHub @SealinGp
