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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Hacker News search

10 点作者 ymn_ayk超过 12 年前
I'm starting to do 'Introduction to CS' from Udacity (http://www.udacity.com/overview/Course/cs101/CourseRev/apr2012). I'm planning to make a Hacker news search app through the course. What do you think, is that a good idea, or not? I know there is something similar; this is my plan: the search will be executed in the domains, referred by the hacker news stories. Thank you

4 条评论

slash-dot超过 12 年前
Keep in mind that if you crawl this site your ip will be banned. At least mine was when I was playing around with a web crawler i built.
评论 #4895520 未加载
评论 #4895611 未加载
评论 #4895904 未加载
unholygoat超过 12 年前
there's a bunch simliar but i don't think any have updated with the newly added API additions...go for it! <a href="http://www.hnsearch.com/api" rel="nofollow">http://www.hnsearch.com/api</a><p>here are most of the other apps still up <a href="http://news.ycombinator.com/item?id=2672826" rel="nofollow">http://news.ycombinator.com/item?id=2672826</a>
rikacomet超过 12 年前
speaking of this, there should be one. And a "<a href="http://Archive" rel="nofollow">http://Archive</a> as well.<p>only a handful of topics make it to the top everyday, but the majority of content is high quality stuff, which if applied at a proper place would help many. What say?
arikrak超过 12 年前
I think a practical way to implement simple version would be through Google CSE, but you would have more control if you roll your own search.