This is an Chrome extension for DrDub's Git Recommender project, you can check it out here: https://github.com/DrDub/gitrecommender
- First start by cloning the repository
git clone https://github.com/fuxes/git-recommender-plugin.git
. - Then in a new tab go to
chrome://extensions
. - In the upper right corner enable the developer mode.
- Hit the
Load unpacked extension...
button and look for the cloned folder. - Close chrome (or chromium) and restart with the
--disable-web-security
argument (more info)
In order to work you need to run the API Demo Server from DrDub's Git Recommender following the instructions here.
- Now go to any github reposity (i.e. https://github.com/apache/mahout)
- Click the github's octocat icon in the upper right corner of your browser.
- That's it! You should get some recommendations to check, you can click them to get see the files.
Recommendations are based on the files that you see in the current folder (not subfolders). Since the API Demo Server downloads the repo and then compute it, it may take few minutes in answer back with the recommendations.
You are not in github!: Your current active tab should be in a github.com repository.
Problem with the API: There is a problem with the API Demo Server. Check if you have started the API server.