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.

Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript

79 pointsby JoshuaScriptover 6 years ago

7 comments

sovietmudkipzover 6 years ago
This is a neat project.<p>I would encourage more development be done to have the type cover more of the front end code. Your development environment must not be of much help due to the heavy use of the &quot;any&quot; type throughout the codebase, which essentially escapes out of the type system.
评论 #18217189 未加载
sbr464over 6 years ago
I see that you are scraping the results directly, curious if you’d tried out Google’s json search api? Any thoughts about it? I was about to need it or similar for a project.
评论 #18225674 未加载
评论 #18218214 未加载
评论 #18217197 未加载
catacombsover 6 years ago
Nice to see a project using React, Typescript and Redux in the wild.
评论 #18218360 未加载
评论 #18217172 未加载
ike0790over 6 years ago
This is cool...
astonexover 6 years ago
You mean you built a frontend for Google, not a search engine.
评论 #18217192 未加载
voltagex_over 6 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;JoshuaScript&#x2F;spresso-search&#x2F;blob&#x2F;master&#x2F;server&#x2F;routes&#x2F;search.ts#L25" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JoshuaScript&#x2F;spresso-search&#x2F;blob&#x2F;master&#x2F;s...</a> - this will be blocked by Google if used at any kind of scale.
abhishekjhaover 6 years ago
I was looking into how google was implemented initially with the pagerank algorithm and I think I am getting closer. Do they still use the same algorithm? I ahve no concept of how things behave when they scale or how to scale for that matter.
评论 #18219676 未加载
评论 #18219048 未加载