Function
Static Public Summary | ||
public |
fetchContributions(username: string): Promise<{calendar: string, contributions: Array<{date: string, count: number}>}, Error>{date:>{calendar:> Fetch contributions of GitHub user |
|
public |
Fetch contributions and streaks of GitHub user |
Static Public
public fetchContributions(username: string): Promise<{calendar: string, contributions: Array<{date: string, count: number}>}, Error>{date:>{calendar:> source
import {fetchContributions} from 'github-contribution-stats/src/index.js'
Fetch contributions of GitHub user
Params:
Name | Type | Attribute | Description |
username | string | GitHub username |