Skip to content

SoftwareHorizons/Common-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 

Repository files navigation

Common-Lib

Libraries used for our projects

Current Version

Version: 07.00.00

Installation

npm install moment --save
npm install tedious
npm install cookie-parser
npm install express
npm install crypto-js 

Structure

  • node-js : Used for nodejs programs

    • auth :
    • crypter :
    • json :
    • string : used for work with strings
    • jsonManager :
    • logger : used for log things
    • manageFiles : used for interact with files
    • managerCookie :
    • managerFolders :
    • mailer : send email (require nodemailer)
    • object :
    • sessionManager :
    • SQL : make easy query without worry about the handle of the request (require tedious)
    • SQLParser manage the result of a sql query
    • time : work with time (require momentjs)
    • tokenGenerator : create a sequence of charachters
    • downloader : download video or pages from the web

Used on

Releases

No releases published

Packages

No packages published