├── LICENSE ├── README.md ├── github-contributions.widget.zip ├── github-contributions.widget └── index.coffee ├── screenshot.png └── widget.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobyism/ubersicht-github/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobyism/ubersicht-github/HEAD/README.md -------------------------------------------------------------------------------- /github-contributions.widget.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobyism/ubersicht-github/HEAD/github-contributions.widget.zip -------------------------------------------------------------------------------- /github-contributions.widget/index.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobyism/ubersicht-github/HEAD/github-contributions.widget/index.coffee -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobyism/ubersicht-github/HEAD/screenshot.png -------------------------------------------------------------------------------- /widget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobyism/ubersicht-github/HEAD/widget.json --------------------------------------------------------------------------------