Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

gotchacode/github-team-viewer

 
 

Repository files navigation

#Github Team Viewer

Build Status

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 projects button.

Hope you enjoy it and if you do, you can tip me here at https://gratipay.com/vinitkme/. Thanks! :)

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.

Packages

No packages published

Languages

  • JavaScript 44.8%
  • CSS 36.2%
  • HTML 15.2%
  • Batchfile 1.4%
  • Ruby 1.2%
  • Shell 1.2%