randomvin

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i randomvin

Weekly Downloads

120

Version

0.0.1

License

MIT

Unpacked Size

2.71 kB

Total Files

5

Last publish

Collaborators

  • sgolovine