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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Collate web pages to read later with Sammelband

1 点作者 pizzicato大约 3 年前

1 comment

pizzicato大约 3 年前
Hello HN. sammelband.app is a hobby project written in Javascript that I started recently after stumbling upon Mozilla&#x27;s Readability library. It is a web app that takes one or more URLs and extracts the relevant content from each web page to a single document, which can then be downloaded to your device or sent to your email. Pocket integration is available, and I plan to add integrations with other bookmarking services.<p>How useful is this? Honestly, I&#x27;m not sure, but I&#x27;ve learned a ton about web dev during the month I spent on this. There&#x27;s also a special joy in seeing something I kludged together in my free time live on the Internet.<p>Source code:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;PizzaMyHeart&#x2F;sammelband-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;PizzaMyHeart&#x2F;sammelband-server</a> [back-end]<p><a href="https:&#x2F;&#x2F;github.com&#x2F;PizzaMyHeart&#x2F;sammelband-frontend" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;PizzaMyHeart&#x2F;sammelband-frontend</a> [front-end]<p>(I&#x27;m not a professional dev, so please forgive me if the code makes your eyes bleed.)<p>Any feedback is much appreciated!