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 months ago
JSON representation
Unicode is a npm package that generates unique code every time.Combination of alphabets 🔠 and numbers 🔢
- Host: GitHub
- URL: https://github.com/gargijs/npm-unicode
- Owner: gargijs
- Created: 2020-08-11T12:39:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T09:46:31.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T15:44:46.012Z (4 months ago)
- Topics: npm, npm-module, npm-package, npm-publish, npm-registry, npmjs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unicodegen
- Size: 3.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```javascriptconst {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