1.0.16 • Published 3 years ago
poclibe2e v1.0.16
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.1Getting Started
Installation
BEFORE YOU INSTALL: please read the prerequisites
To install and set up the library, run:
$ npm install poclibe2eUsage
getName()
const SensediaE2e = require('poclibe2e');
let test = SensediaE2e.Utils.getName()
console.log(test); //output random stringgenerateOriginId()
const SensediaE2e = require('poclibe2e');
let test = SensediaE2e.Utils.generateOriginId()
console.log(test); //output random stringcreateRandomString(size)
const SensediaE2e = require('poclibe2e');
let test = SensediaE2e.Utils.createRandomString(10)
console.log(test); //10 character random output stringCreate a word the size you want
Authors
- Thiago Luiz - Initial work - thiiluh
See also the list of contributors who participated in this project.