Kusa Image

GitHub Contribution Graph Generator

This service generates images like GitHub contribution graphs. You can customize the graph using the following parameters.

URL Structure

The base URL structure for the service is:

https://kusa-image.deno.dev/{username}?{parameters}

Where:

Example: https://kusa-image.deno.dev/swfz

Parameters

to (Query Parameter)

Specifies the last date to display. Default is the current date.

Example: https://kusa-image.deno.dev/swfz?to=2023-12-31

one year prior to 2023-12-31

theme (Query Parameter)

Selects the color theme for the graph. Options: dark. default is light

Example: https://kusa-image.deno.dev/swfz?theme=dark

Dark theme contribution graph

Usage Example

Example request:

https://kusa-image.deno.dev/swfz?to=2023-12-31&theme=dark

Result image:

GitHub Contribution Graph Example