Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gargijs/npm-unicode

Unicode is a npm package that generates unique code every time.Combination of alphabets 🔠 and numbers 🔢
https://github.com/gargijs/npm-unicode

npm npm-module npm-package npm-publish npm-registry npmjs

Last synced: 3 days ago
JSON representation

Unicode is a npm package that generates unique code every time.Combination of alphabets 🔠 and numbers 🔢

Awesome Lists containing this project

README

        







Uni-code

### What is uni-code?
* Uni-code is a npm package that generates random code each time.
* It uses 5 layers of encryption.

### Installation of package🚩
```bash
npm i unicodegen
```

### How to import package?
```bash
const {uniocde}= require("uni-code");
```

### Uses
```javascript

const {uniocde}= require("uni-code");
let data="password";
const returnValue=unicode(data);
```

# API's Available:
```bash
unicode();
```

# Note
* Passed Value can be anything.

# ThankYou ❤




© uni-code 2020