OSSIntel logo OSSIntel
Version 0.1.1API DocsFunctions

calculateInfluenceScore()

Updated 14 hr ago

calculateInfluenceScore(totalStarsCount, totalForksCount, totalNpmDownloads, soReputation): InfluenceResult

Defined in: influence-scoring.ts:18

Calculate the influence pillar score.

GitHub stars and forks form the base. npm downloads and Stack Overflow reputation provide bounded additive bonuses.

Parameters

totalStarsCount

number

totalForksCount

number

totalNpmDownloads

number

soReputation

number

Returns

InfluenceResult

On this page