skyline

package
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package skyline provides the entry point for the GitHub Skyline Generator. It generates a 3D model of GitHub contributions in STL format.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateSkyline

func GenerateSkyline(startYear, endYear int, targetUser string, full bool, output string, artOnly bool) error

GenerateSkyline creates a 3D model with ASCII art preview of GitHub contributions for the specified year range, or "full lifetime" of the user

Types

type GitHubClientInterface

type GitHubClientInterface interface {
	GetAuthenticatedUser() (string, error)
	GetUserJoinYear(username string) (int, error)
	FetchContributions(username string, year int) (*types.ContributionsResponse, error)
}

GitHubClientInterface defines the methods for interacting with GitHub API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL