Skip to content

AykutSarac/github-rater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


GitHub Rater

GitHub Rater rates GitHub profiles upon data received from GitHub API. You can use this tool to find out which part of the profile should be improved to make it more effective. As well as to assess the popularity and activity of other people's profile.

Screenshot

Features

  • Search GitHub Users - Search for GitHub users, gather scoring about their profiles and repositories
  • Overall Score - Get an overall score based on other scores
  • Section specific scores - Such as User Popularity, Biography, Repository Description rating and more
  • Suggestions to Improve - View your opporunities to improve your GitHub profile upon results
  • Diagnostics - View diagnostics acquired and evaluated through user's profile that doesn't effect the scoring but general profile overview

How It Calculates

The following conditions are used in the calculations:

  • Total Stars
  • Total Forks
  • Total Followers
  • Repository Count
  • Repository Descriptions
  • User Biography
  • User Information (Email, Company, Location, Webpage)

About

GitHub rater is PageInsights themed GitHub profile rating app. It uses GitHub API to gather data about user and with our own algorithm it rates the data then displays the result to user.

Development

Clone and install.

git clone https://github.com/AykutSarac/github-rater.git
cd github-rater
npm i

Run a development server.

npm start

Author

License

This project is open source and available under the MIT License.