Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luisdasartimanhas/npm-package-nodejs-utils-lda

Este projeto tem como fins de criar e abstrair módulos basicos e utilidades para o node js, referencia https://docs.npmjs.com/creating-a-package-json-file
https://github.com/luisdasartimanhas/npm-package-nodejs-utils-lda

Last synced: 1 day ago
JSON representation

Este projeto tem como fins de criar e abstrair módulos basicos e utilidades para o node js, referencia https://docs.npmjs.com/creating-a-package-json-file

Awesome Lists containing this project

README

        

# npm-package-nodejs-utils
Este projeto tem como fins de criar e abstrair módulos basicos e utilidades para o node js

## Functions
```js
fopen(filePath)
fwrite(filePath, data)
fwriteBin(filePath, data)
freadBin(filePath)
checkHeaderMiddleware(app)
sendMail(email, subject, text, callback)
fetchGet(url, header, callback)
fetchPost(url, payload, header, callback)
httpsSecurityMiddleware(req, res, next)
getRandomInt(max)
getRandomBin(max)
getRandomHex(max)
generateToken()
getRandomHex(max)
validadeApiKey(req,res,key)
forbidden(res)
unauthorized(res)
```