TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Self-serve GitHub Skyline (because the actual one stopped working)

3 点作者 avikalp超过 1 年前
I wanted to see the 3D GitHub Skyline of my contributions in the last year, but the website (skyline.github.com) had stopped working (ref: <a href="https:&#x2F;&#x2F;github.com&#x2F;orgs&#x2F;community&#x2F;discussions&#x2F;64942">https:&#x2F;&#x2F;github.com&#x2F;orgs&#x2F;community&#x2F;discussions&#x2F;64942</a>)<p>So I went ahead and built one using ReactJS (and ThreeJS). Check it out and let me know if you like it.

2 条评论

avikalp超过 1 年前
Some items that are work in progress: 1. Ability to export it as an STL file (so that it can be printed using a 3D printer) 2. Converting the website to NextJS so that you can use it as a website directly, instead of having to clone the repository and running the server yourself. (Hosting using GitHub Pages is not working right now because as a static website, it cannot use secrets without having them hardcoded in the code. And GitHub disallows that - automatically deletes the private access token as soon as it appears in the public code).
raghavtoshniwal超过 1 年前
Cool to see this Avikalp!