TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introducing the new star-history.com – the missing GitHub star history graph

85 pointsby tianzhouover 3 years ago

9 comments

tianzhouover 3 years ago
star-history.com is already the de-facto GitHub star history graph. Recently, we just finished a major update.<p>1. Generate high resolution chart image. 2. Timeline mode to align trajectory among repos debuted from different times. 3. Embed chart into other websites. 4. Temporarily toggle a particular repo.<p>We try to keep its original sketching feel while rewrite the entire site using modern stack (Vue + TailwindCSS + Vite).<p>Hope these improvements will make it more useful to open source project maintainers.
评论 #30050432 未加载
RobotCalebover 3 years ago
Tangential: I know there are people who collect stars on their projects and use them as badges of pride and perhaps put them on their resumes. I&#x27;ve never quite understood this. I never look at how many stars a project has and I have never starred a project as far as I am aware.<p>What am I missing?
评论 #30047838 未加载
评论 #30050988 未加载
评论 #30049684 未加载
评论 #30049111 未加载
评论 #30049752 未加载
评论 #30050455 未加载
评论 #30050481 未加载
评论 #30052125 未加载
评论 #30052334 未加载
评论 #30051843 未加载
评论 #30051353 未加载
liorgrossmanover 3 years ago
Congrats on your re-launch - nice work!<p>At Openbase.com we&#x27;re building the star count charts by using the GitHub GraphQL API (as we use it for other things like collecting stats about commits, issues and PRs).<p>Looking at how star-history works, seems like you opted for using the GitHub REST API - what are the upsides &#x2F; downsides of using the REST API?
评论 #30053187 未加载
jstriebover 3 years ago
This is very cool! I like that multiple repos can be added to the graph at once. Previously, I have used <a href="https:&#x2F;&#x2F;starchart.cc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;starchart.cc&#x2F;</a>, which is similar, but lacks this feature.
amrrsover 3 years ago
Star History is the gold standard of this..if any Python enthusiast is interested in implementing this in Python, this tutorial uses it to teach steeamlit <a href="https:&#x2F;&#x2F;youtu.be&#x2F;TzF-OUA1Tlo" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;TzF-OUA1Tlo</a>
francoismassotover 3 years ago
Fan of start-history.com here, thanks for your work.<p>One feature is missing: search repository with a nice autocomplete would be very useful.
drraover 3 years ago
I&#x27;ve seen startups wrapping their deck around fake GitHub stars. Quite useful tool.
agluszakover 3 years ago
Opinion: I really dislike the font in the graph, it&#x27;s hard to read
boomskatsover 3 years ago
So this is the same timqian codebase? Just rebranded?