1.1.3 • Published 5 years ago

node-id v1.1.3

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

5 years ago

1.1.1

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.19

6 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.11

7 years ago

1.0.15

7 years ago

1.0.9

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago