Ideal Engine is a desktop application to monitor github contributions, given handles.
- HTML/CSS
- JavaScript
- NodeJS
- Electron(to make desktop app)
- git
- nodejs(install using
sudo apt update && sudo apt install nodejs
)
- Clone the repo
git clone https://github.com/hackrush01/ideal-engine.git
- Navigate to the folder
cd ideal-engine
- run
npm install
- run
sudo npm install -g bower
bower install bootstrap
- Create a authentication token for your profile on www.github.com
- Create a file named "auth_token" in the main directory of the project.
- Paste the Auth token in the file created above.
Run the app using npm start