random-id-util

1.0.0 • Public • Published

random-id-util

A simple random id generator.

Usage

First, install the package using npm:

npm install random-id-util --save

Then, require the package and use it like so:

var randomId = require('random-id-util');

var id = randomId(8);
console.log(id);

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i random-id-util

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.3 kB

Total Files

5

Last publish

Collaborators

  • appengin
  • chazeprasad