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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Traveler's currency conversion based on location (iOS)

2 点作者 rock_artist超过 1 年前
Hey! I made (yet another) currency conversion app. It has some extra features I find useful for my traveling.<p>Currently it&#x27;s iOS only (I&#x27;ve ended up going with SwiftUI and focusing on Apple&#x27;s eco-system, mostly because their locale API was great with currencies and their reverse geolocation is simple and reliable)<p>Features: - I uses device locale to try and set your &quot;home&quot; currency. - When abroad (home != foreign), it uses location to set the &quot;foreign&quot; currency.<p>- Tax: Living outside of north-america, I find &quot;tax exclusive&quot; tricky. So, it provides rough estimation of sale taxes based on your location. (I expect this feature to require more tweaking in the US with counties name might differ between geolocation services and my json database)<p>- Tipping: based on many sources I&#x27;ve composed a simplified global tipping customs json. I guess it&#x27;s a mixed bag but it should be in the ballpark for the most common scenarios (dining, taxing, staying).<p>Monetization: - It&#x27;s free with banner ads on currency&#x2F;country selection views and a interstitial ad every N clicks. - It has a yearly subscription for 1.99$ - I plan adding more &quot;premium&quot; features such as an Apple Watch app that&#x27;ll be premium exclusive.<p>HN Technical:<p>- From my limited app dev experience, I&#x27;ve yet to see any of my apps profitable (for iOS, this is my first ad&#x2F;subscription-supported). So it&#x27;s nice there are free tiers for services that allows you to make simple backends and websites.<p>- The app data is open-source repo I&#x27;ve made on GitHub [1] - Tax: global tax database fused with scrapped US sale tax for state and counties. - Currency: I use a free tier to hourly &#x27;cache&#x27; on the repo, latest rates based on <a href="https:&#x2F;&#x2F;exchangeratesapi.io" rel="nofollow">https:&#x2F;&#x2F;exchangeratesapi.io</a> [2] (for basic traveler&#x27;s currency I find this a reasonable balance)<p>- The landing page website [3] is made with SvelteKit, Tailwind and uses Cloudflare Pages.<p>- I hope getting an Android app also, but still confused about the best stack. (CapacitorJS, Kotlin)<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;talaviram&#x2F;currency_utils">https:&#x2F;&#x2F;github.com&#x2F;talaviram&#x2F;currency_utils</a> [2] <a href="https:&#x2F;&#x2F;exchangeratesapi.io" rel="nofollow">https:&#x2F;&#x2F;exchangeratesapi.io</a> [3] <a href="https:&#x2F;&#x2F;www.smartercurrency.app" rel="nofollow">https:&#x2F;&#x2F;www.smartercurrency.app</a>

暂无评论

暂无评论