0.0.1 • Published 5 years ago

randomvin v0.0.1

Weekly downloads
316
License
MIT
Repository
-
Last release
5 years ago

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