0.0.1 • Published 1 year ago

vindecrypter v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Set Up

const vinNumber = '1FMJU1JT0NEA07060';

const result = vinDecrypter(vinNumber).validate;
if (result) {
  console.log(vinDecrypter(vinNumber).details);
}

Output

{
  vin: '1FMJU1JT0NEA07060',
  make: 'Ford',
  country: 'United States',
  year: 2022,
  logoImage: 'https://www.car-logos.org/wp-content/uploads/2011/09/ford.png'
}

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.