Home Reference Source Test Repository

References

Function Summary

Static Public Function Summary
public

fetchContributions(username: string): Promise<{calendar: string, contributions: Array<{date: string, count: number}>}, Error>

Fetch contributions of GitHub user

public

fetchStats(username: string, opts: Object): Promise<Stats, Error>

Fetch contributions and streaks of GitHub user

Typedef Summary

Static Public Typedef Summary
public
public