OSSIntel logo OSSIntel
Version 0.1.3API DocsFunctions

calculateKnowledgeScore()

Updated 8 min ago

calculateKnowledgeScore(stackoverflowUser?): KnowledgeScore | null

Defined in: knowledge-scoring.ts:36

Calculate a Knowledge Sharing capability score.

Currently evaluates Stack Overflow presence only. Designed to be extended with additional platforms (Dev.to, Hashnode, etc.) by adding optional parameters without breaking existing callers.

Parameters

stackoverflowUser?

NormalizedStackOverflowUser | null

Returns

KnowledgeScore | null

A score (0-100) with breakdown, or null if no data is available.

On this page