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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Cheap Coke – Helping Australians shop based on the price of a Coke

3 点作者 benkaiser超过 4 年前

1 comment

benkaiser超过 4 年前
Hey Hackernews,<p>I always had a fun idea of making a website tell me which of Australias two biggest supermarkets to shop at based on the price of a Coke, but only once I started did I realize how complicated it was.<p>The supermarkets themselves don&#x27;t make the data easy to scrape, so instead I opted to scrape a third-party site they partner with to list their promotional prices.<p>Since the price can change from region to region in Australia, the scipt that gathers the data (via a github action) has to scrape every single suburb that a store exists.<p>All the source code is available on github here: <a href="https:&#x2F;&#x2F;github.com&#x2F;benkaiser&#x2F;cheap-coke" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;benkaiser&#x2F;cheap-coke</a>