This app allows users to visualize the star growth history of any GitHub repository. By entering the repository owner and name, users can fetch and display the cumulative star count over time using an interactive Altair chart.
In the 'Repository Owner' field, input the username of the owner of the GitHub repository you want to analyze. For example, 'streamlit'.
In the 'Repository Name' field, input the name of the GitHub repository you want to analyze. For example, 'streamlit'.
Click the 'Fetch Star History' button to retrieve the star growth data from GitHub's API.
Once the data is fetched, an interactive Altair chart will be displayed, showing the cumulative star count over time.