Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 398 Bytes

cloneNetwork

create a file name smtp-cred.js in secure directory

var get = { username : "google_email", password : "google_password", fbID : "facebook_API_ID", fbSecret : "facebook_API_SECRET", gID : "google_API_ID", gSecret : "google_API_SECRET" };

module.exports = get;

run command

npm install to install all dependencies

run

npm start to start application