/gh-overview

Primary LanguageJavaScriptOtherNOASSERTION

gh-overview

A webapp using Github API to display helpful information about a specific user or organization by analyzing all of its public repositories.

Demo

Site

Landing Page

Currently it is working only for Github – other Git-based repository hosting platforms will be added soon.

Charts

images coming soon

Mobile support

The WebApp is compatible with devices of all sizes and all OS's, and consistent improvements are being made.

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the website couldn't gave undesired results), kindly open an issue here and describe the issue.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include detailed description.

Built with

To-do

retrieve 50 most recent commits from each repo to create main chart

MIT © Gabriel Zsigmond