Skip to content

IgberZBN/igberZBN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

import github from "github";

const githubProfile = () => {
  github.profile = {
    programmingLanguages: ["java", "javascript", "lua", "typescript", "sql"],
    skills: ["sass", "html", "css"],
    editors: ["neovim"],
    os: ["arch", "windows"],
  };

  try {
    github.contact = {
      discord: "igber",
      matrix: "@igberbn:matrix.org",
    };
  } catch (refuse) {
    console.error(refuse);
  }
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published