thenagababupython/NODE_JS_COMPLETEFILES
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# NODE_JS_COMPLETEFILES --------------------------------------------------- NODE JS MODULES TYPES: ========================================================================================================================================= 1.core modules: path,Fs,util,os,http,https,url,querystring 2.custom modules/local modules: 3.third party modules: sms,email,payment gateway,express js,sql,orcale,mongodb ---centriliazed repositorry ----npm node package manager WEBSITES: ======================================================================================================================================== 1.https://lodash.com/docs/4.17.11 (third party) 2.https://momentjs.com (Parse, validate, manipulate, and display dates and times in JavaScript.) 3.https://mockaroo.com/ 4.https://www.npmjs.com/package/nodemon CONVERSIONS: ========================================================================================================================================= 1.string to object --->JSON.PARSE() 2.Object to string----->json.stringify()