// uses authObj which has been defined elsewhere in
// loadFile.js (to be renamed). It contains the private
// token which cannot be checked into github repos
// There is no equivalent of extern in C in JavaScript
// so need to use module export and import
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
//
demoGithubUser
// uses authObj which has been defined elsewhere in // loadFile.js (to be renamed). It contains the private // token which cannot be checked into github repos // There is no equivalent of extern in C in JavaScript // so need to use module export and import // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export //