Snk is a GitHub profile readme widget that generates an animated snake visualization from a user's contribution graph data. It transforms the familiar contribution grid into a sequence where a snake moves across the cells, consuming them in order, and outputs the result as an animated SVG or GIF file.
Die Hauptfunktionen von platane/snk sind: Contribution Graph Animators, Dynamic Snake, Contribution Graph Game Animators, Contribution Graph SVG Renderers, Contribution Visualization Tools, Snake Contribution Animators, Profile Readme Image Automators, GitHub API Clients.
Open-Source-Alternativen zu platane/snk sind unter anderem: octokit/octokit.rb — Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a… avinassh/rockstar — Rockstar is a suite of tools designed to simulate development activity by generating artificial commit sequences and… michael/github — This project is a GitHub API client and resource manager designed for interacting with GitHub REST and GraphQL APIs.… octokit/octokit.js — Octokit.js is a GitHub API SDK used to interact with GitHub via REST and GraphQL interfaces. It serves as a client for… createjs/easeljs — EaselJS is a JavaScript library for creating interactive 2D graphics and animations using the HTML5 Canvas element. It… carguo/gsy_github_app_flutter — This project is an open-source Flutter GitHub client and cross-platform mobile application. It serves as a GitHub…
Octokit.js is a GitHub API SDK used to interact with GitHub via REST and GraphQL interfaces. It serves as a client for executing typed queries and mutations, managing authenticated REST requests, and handling signed webhooks across Node.js, Deno, and browser environments. The library features a plugin-based request pipeline and an adapter-based HTTP client, allowing the interception of requests and responses across different runtimes. It employs strategy-based authentication to separate credential management from request logic, supporting static tokens, OAuth flows, and GitHub App installatio
Rockstar is a suite of tools designed to simulate development activity by generating artificial commit sequences and filling Git contribution graphs. It functions as a Git activity simulator and commit generator that creates fake project development history. The project enables repository history manipulation by automating the creation of commit sequences to mimic long-term coding patterns. It allows for the population of contribution graphs over specified time ranges to simulate project activity and productivity. The toolset covers source code simulation through customizable commit content,
This project is a GitHub API client and resource manager designed for interacting with GitHub REST and GraphQL APIs. It serves as a programmatic interface for automating the management of repositories, issues, and pull requests. The library functions as a workflow automation tool, providing a simplified interface to handle repository data and account settings. It enables the creation of custom scripts to streamline repetitive tasks and data retrieval from the GitHub platform. The implementation provides a wrapper for external API calls that operates across both browser and server environment
Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a structured interface for automating workflows, managing repositories, and transforming raw HTTP responses into Ruby objects. The library differentiates itself through hypermedia-driven navigation, which uses URI templates and link relations to discover resources dynamically. It also implements automated result pagination to combine paginated responses into single arrays and uses fingerprint-based caching to reduce redundant network requests. The tool covers a broad range of c