Skip to content

krunalrasik/github-team-viewer

Repository files navigation

#Github Team Viewer

Github Team Viewer is a handy application built with Angular.js which helps you find developers from any organization on github. In order to use it just enter company name in the search bar and you will get a list of developers.

Then, click on any of the image to get detailed information such as email, website and location. Also, you can check their projects by clicking on check repos button.

Installation

git clone [email protected]:vinitkumar/github-team-viewer.git
cd github-team-viewer
npm install
npm start

The app will be running on http://localhost:5000

Background

The app is built with Angular.js and Github API. You should take care that github doesn't allow more than 60 requests per hour per IP. Since there is no oauth implemented in the system as of yet.