1.1.1 • Published 1 year ago

unique-string-generator v1.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

Unique-String-Generator

The Unique String Generator is a JavaScript package that generates a random string, number or ID that is almost 100% unique each time it's called. It can be used for a variety of purposes such as one-time sessions, email verification, pre-user IDs, activation codes, and more. Recetly we are adding full support of uuid world best library for ids with in this library.


Demo / Home page

https://unique-string-generator.vercel.app


Why You Can Use This

  • Does Not Matter How Many User Users You Have This Function Generate All Time New String.

  • You Can Use This Package on The Server Side as Well as The Client Side.


Where You Can Use This

  • You Can Use this for multi-purpose like a one-time session, email verification, preuserid , activation code, and many more applications.

Notice

  • UniqueOTP and UniqueCharOTP function is recently added and this both function is not generate 99.9% Unique because of some limitation but you can use as OTP & 2FA Purpose.

Installation

$ npm install unique-string-generator

Usage

  • Step :- 1
const { UniqueString, UniqueNumber, UniqueStringId,UniqueNumberId,UniqueOTP,UniqueCharOTP,HEXColor,uuid } = require('unique-string-generator');

OR

import { UniqueString, UniqueNumber, UniqueStringId,UniqueNumberId,UniqueOTP,UniqueCharOTP,HEXColor,uuid } from 'unique-string-generator';
  • Step :- 2
UniqueString() // ODgyXzE2Nzk1MDQyMDcxNDZfNDkx 
UniqueNumber() // 9861679504207152802 
UniqueStringId() // MzUz-MTY3OTUwNDIwNzE1Mg==-OTU3 
UniqueNumberId() // 613-1679504207152-896 
UniqueOTP() // 741187 
UniqueOTP(4) // 9298 
UniqueCharOTP() // KKOEGR 
UniqueCharOTP(4) // QCOS 
HEXColor() // #314511
HEXColor(true) // 687e61
uuid.v4() // 772716b8-e6e2-47ac-95e9-e8d99ce35124
uuid.validate(uuid.v4()) // true

License

MIT


1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago