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;
npm install to install all dependencies
npm start to start application