1.0.16 • Published 2 years ago

poclibe2e v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm version code style: prettier

Sensedia Poc lib E2e

poclibe2e

Prerequisites

This project requires NodeJS (version 16 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
8.15.0
v16.17.1

Getting Started

Installation

BEFORE YOU INSTALL: please read the prerequisites

To install and set up the library, run:

$ npm install poclibe2e

Usage

getName()

const SensediaE2e = require('poclibe2e');

let test = SensediaE2e.Utils.getName()

console.log(test); //output random string

generateOriginId()

const SensediaE2e = require('poclibe2e');

let test = SensediaE2e.Utils.generateOriginId()

console.log(test); //output random string

createRandomString(size)

const SensediaE2e = require('poclibe2e');

let test = SensediaE2e.Utils.createRandomString(10)

console.log(test); //10 character random output string

Create a word the size you want

Authors

  • Thiago Luiz - Initial work - thiiluh

See also the list of contributors who participated in this project.

License

MIT License ©

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago