function profileGen(username, container) { queryAPIByUser("", username, (user) => { parseOrgs(user.login).then(function(orgsReturn) { let html = "
Followers: "+user.followers+"
\Following: "+user.following+"
\"+(user.bio != null ? "Bio: "+user.bio : "")+"
\"+(user.location != null ? "Location: "+user.location : "")+"
\"+(user.email != null ? "Email: "+user.email : "")+"
\"+(user.blog != null ? "Site: "+user.blog : "")+"
\"+(user.company != null ? "Company: "+user.company : "")+"
\"+(user.organizations_url != null ? "Organizations: "+orgsReturn: "")+"
\ "+user.html_url+" \ \