What is Green Wall?
Green Wall is a website tool that helps users review their GitHub contributions over time. It generates an image representing this contribution history, which can then be saved and shared. The tool utilizes the GitHub GraphQL API to retrieve data and employs Next.js API Routes to manage requests.
Core Functions
Fetches contribution data from the GitHub GraphQL API.
Processes contribution data to create a visual representation.
Generates an image of the contribution history.
Allows users to save and share the generated image.
Use cases and applications
Visualizing a user's GitHub contribution history.
Sharing a summary of GitHub activity on social media or other platforms.
Providing a clear and concise overview of contributions for portfolio purposes.