An open API service indexing awesome lists of open source software.

https://github.com/roy7077/github-profile-intelligence-dashboard

GitHub Intelligence is a Kotlin app that fetches and summarizes GitHub user data—followers, repos, stars, and contributions—using GitHub APIs to provide a quick user activity score.
https://github.com/roy7077/github-profile-intelligence-dashboard

github-api gradle java kotlin mvc-architecture redis spring spring-boot

Last synced: about 1 month ago
JSON representation

GitHub Intelligence is a Kotlin app that fetches and summarizes GitHub user data—followers, repos, stars, and contributions—using GitHub APIs to provide a quick user activity score.

Awesome Lists containing this project

README

          

# GitHub Intelligence

GitHub Intelligence is a Kotlin-based application that fetches and summarizes GitHub user data. It provides key insights like follower count, public repositories, stars, and contributions, calculating a user activity score.

## Features

- Retrieve GitHub user details
- Fetch follower and following information
- Calculate a summary score based on user activity
- Simple and clean API integration with GitHub

## Tech Stack

- Kotlin
- Spring Boot (for REST API and HTTP requests)
- GitHub REST API

## Usage

1. Provide a GitHub username.
2. The app fetches user data and calculates a summary score.
3. Get detailed stats including followers, public repos, stars, and contributions.