@devprofiles/analytics
v1.0.2
Published
The analytics engine for the Developer Profile Kit. It computes normalized scores, ranks, and aggregates statistics across multiple coding platforms to give a unified Developer Score.
Maintainers
Readme
@devprofiles/analytics
The analytics engine for the Developer Profile Kit. It computes normalized scores, ranks, and aggregates statistics across multiple coding platforms to give a unified Developer Score.
Installation
npm install @devprofiles/analyticsUsage
import { calculateDeveloperScore } from '@devprofiles/analytics';
// The options object expects fetched PlatformProfile objects
const score = calculateDeveloperScore({
github: githubProfileData,
leetcode: leetcodeProfileData,
codeforces: codeforcesProfileData
});
console.log(`Unified Developer Score: ${score}/100`);License
MIT
