Github Personal Contribution Desktop App

Ibrahim Sha
1 min readJan 12, 2020

Intention of creating this app to view the github contribution level using desktop app (via)electron.js environment(#self-learning).

prerequisites

- Install Node & NPM (preffered: Stable Version)

- Mac OS

Please do the following, to run it on your machine, (Only once)

  1. Clone the repo using

git clone https://github.com/ibrahim45/github-contributions-desktop-app.git

2. Install Node packages

npm install

3. Update your github username in app/js/github.js file.

GitHubCalendar(“.calendar”, “your-username”, { responsive: true });

4. Run the command, to generate .dmg application

npm run dist

# Setting up App Icon (References)

[1]- https://github.com/onmyway133/blog/issues/66

[2]- https://medium.com/fantageek/changing-electron-app-icon-acf26906c5ad

!! Thanks for reading, feedbacks are really appreciated.

--

--