An open API service indexing awesome lists of open source software.

https://github.com/EmergeTools/hackernews

A simple Hackernews client for Android. iOS coming soon.
https://github.com/EmergeTools/hackernews

Last synced: about 1 month ago
JSON representation

A simple Hackernews client for Android. iOS coming soon.

Awesome Lists containing this project

README

        


Cover image



Welcome to the [Emerge Tools](https://www.emergetools.com/) Hacker News repo!

This repository serves as a practical Android & iOS example project, leveraging Emerge's suite of products for size analysis, snapshot testing, reaper (dead code detection), and performance testing.

The iOS app is available on the [App Store](https://apps.apple.com/us/app/hacker-news-by-emerge/id6740922950) and the Android app is available on [Google Play](https://play.google.com/store/apps/details?id=com.emergetools.hackernews).

## Getting Started with Emerge

[Full docs](https://docs.emergetools.com/docs/quickstart)

### Example setup ([docs](https://docs.emergetools.com/docs/integrate-into-ci))

**Android:** The Android project in this repo use the [Emerge Gradle Plugin](https://docs.emergetools.com/docs/gradle-plugin) to upload to Emerge. Check out the [build.gradle.kts](https://github.com/EmergeTools/hackernews/blob/main/android/app/build.gradle.kts) for an example configuration.

**iOS**: The iOS project in this repo uses _[fastlane](https://docs.emergetools.com/docs/fastlane)_ to upload to Emerge. Check out the [Fastfile](https://github.com/EmergeTools/hackernews/blob/main/ios/fastlane/Fastfile#L137) for an example configuration.

## Questions

Feel free to open an issue or reach out to us directly if you have any questions or run into any issues.