HB Header Git Organization Module

This module shows information about the Git organization on the header, such as avatar, number of followers, number of repositories and total number of stars.

Modulegithub.com/hbstack/header/modules/git-org
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

Example
HB Framework Git Organization

Parameters

params.toml

1[hb]
2  [hb.header]
3    [hb.header.git_org]
4      name = 'hbstack'
5      service = 'github'

params.yaml

1hb:
2  header:
3    git_org:
4      name: hbstack
5      service: github

params.json

 1{
 2   "hb": {
 3      "header": {
 4         "git_org": {
 5            "name": "hbstack",
 6            "service": "github"
 7         }
 8      }
 9   }
10}

service

The Git service, github is supported.

name

The organization name.

API Authentication and Rate Limit

GitHub

You may need to set the GITHUB_TOKEN environment var to get rid of encountering API rate limit issue.