Git Profile Parser
A lightweight Node.js package that fetches a GitHub user's profile and analyzes their repositories to generate a "Professional Skills" report.
It doesn't just copy data; it calculates
top languages,
total stars earned, and identifies
best projects automatically.
Features
-
No Authentication Needed: Works out of the box with the public GitHub API.
-
Skills Analysis: Automatically calculates the most used programming languages based on repository data.
-
Impact Metrics: Aggregates total stars and forks across all public repositories.
-
Top Projects: Identifies the top 3 most popular repositories.
-
Promise-based: Built with modern Async/Await for easy integration.
Installation
Install the package via npm:
```bash
npm install git-profile-parser