OSSIntel logo OSSIntel
Version 0.1.1API DocsFunctions

calculateKnowledgeScore()

Updated 14 hr ago

calculateKnowledgeScore(stackoverflowUser?): KnowledgeScore | null

Defined in: knowledge-scoring.ts:26

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