https://github.com/katagaki/hackersjp
Hacker News app for Japanese readers
https://github.com/katagaki/hackersjp
apple-translation google-mlkittranslate-integration hacker-news ios sqlite swift swiftui
Last synced: about 2 months ago
JSON representation
Hacker News app for Japanese readers
- Host: GitHub
- URL: https://github.com/katagaki/hackersjp
- Owner: katagaki
- Created: 2023-08-22T04:18:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-08T02:17:40.000Z (4 months ago)
- Last Synced: 2026-03-08T07:08:08.787Z (4 months ago)
- Topics: apple-translation, google-mlkittranslate-integration, hacker-news, ios, sqlite, swift, swiftui
- Language: Swift
- Homepage: https://apps.apple.com/app/id6463075798
- Size: 822 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackersJP

A Hacker News app for Japanese readers.
**Download: [App Store](https://apps.apple.com/app/id6463075798)**
## Development
### What works
- Viewing top 30 stories
- Viewing Jobs and Show HN articles
- Support for other HN sorts
- Support for viewing comments
- Opening story URLs
- Sharing story and HN URLs
- Automatic translation of story titles to Japanese using Google's ML Kit
## Building
### Step 1: Update CocoaPods
You will need to install CocoaPods to build this project.
The below command will clean up and re-install all CocoaPods in the project directory.
```
pod deintegrate
pod update
```
### Step 2: Build with Xcode
Once all CocoaPods have installed without any errors, open Xcode to build the project.