Generate contributor images for your GitHub repositories.

Allowed Organizations/Users: heinokesoe,shortenit

Usage

Simply use the following URL format:

/{owner}/{repo}

Example

<img src="https://contrib.freaks.dev/owner/repo" />

Parameters

Parameter Default Description
max 100 Maximum number of contributors (max: 100)
columns 12 Number of columns (max: 24)
size 64 Avatar size in pixels (max: 128)
cache 3600 Cache time in seconds (max: 86400)

Example with parameters

/{owner}/{repo}?max=20&columns=10&size=48&cache=7200