Skip to content
Discussion options

You must be logged in to vote

Yes, this can be extended! We're already offering support for GitHub and GitLab, which are the most popular coding platforms. We're currently not planning to add support for other, lesser known platforms, because there are just not as many users that would justify the increased maintenance burden, but you can certainly fork the theme and add it on your fork!

GitHub is here:

export function fetchSourceFactsFromGitHub(
user: string, repo?: string
): Observable<SourceFacts> {
if (typeof repo !== "undefined") {
const url = `https://api.github.com/repos/${user}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Andre601
Comment options

Answer selected by Andre601
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants