Scrapes public GitHub, GitLab, X (Twitter) and LinkedIn profiles and aggregates npm registry stats into clean JSON — no auth required for the base data.
| Endpoint | Returns |
|---|---|
GET /github/:user |
profile, public repos, and contributions in one response (optional GitHub GraphQL enrichment) |
GET /gitlab/:user |
profile, projects, and contributions (optional GitLab token enrichment) |
GET /twitter/:user |
X (Twitter) profile: bio, follower/following/tweet counts, account age |
GET /linkedin/:user |
LinkedIn profile: headline, location, followers, plus recent posts/projects/articles |
GET /npm/:user |
packages with publish history + windowed daily downloads |