randomvin

Generate a random vin from randomvin.com

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
randomvin
0.0.15 years ago5 years agoMinified + gzip package size for randomvin in KB

Readme

Random Vin
Gets either a random real or fake vin from randomvin.com

Usage

import { getRealVin, getFakeVin } from "randomvin";

getRealVin()
  .then(vin => console.log(vin))
  .catch(err => console.log(err));

getFakeVin()
  .then(vin => console.log(vin))
  .catch(err => console.log(err));

Contributing

Any PR's welcome

Liscense

MIT