1.1.3 • Published 3 years ago

node-id v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

node-id

A random unique id generator

Quick Start

Install dependency

npm i node-id

Import dependency

import nodeid from 'node-id';

or

const nodeid = require('node-id');

Initialize variable

let uniqueId = nodeid();

Use id

console.log(uniqueId);
# b733982913edaacc625d864b

or

Manually input length of id from 8 to 50 characters

let uniqueId = nodeid(20);
# 387d952ec2f47b64d48b

App Info

Author

Olabiran Joshua Olaiya Mainjoe

License

This project is licensed under the MIT Lincense

1.1.3

3 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.11

4 years ago

1.0.15

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago