Description Usage Arguments Value Examples
Query Information from GitHub API
1 2 3 | gh_stargazer_count(repo)
gh_latest_push_datetime(repo)
|
repo |
GitHub repository, formatted as |
gh_stargazer_count()
returns the count of stargazers for a GitHub repository.
gh_latest_push_datetime()
returns the character representation of the datetime for the latest push to a GitHub repository.
1 2 3 4 | if (interactive()) {
gh_stargazer_count("kevinrue/BiocChallenges")
gh_latest_push_datetime("kevinrue/BiocChallenges")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.