1.1.3 • Published 4 years ago

node-id v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.1

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.19

5 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.11

6 years ago

1.0.15

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago