Home

Awesome

dependencies devDependencies

<h2><img src="./assets/android/mipmap-xxxhdpi/ic_launcher.png" height="24" /> Hekla <i>for Hacker News</i></h2>

<img src="http://pluspng.com/img-png/get-it-on-google-play-badge-png-open-2000.png" height="48"> <img src="https://devimages-cdn.apple.com/app-store/marketing/guidelines/images/badge-example-alternate_2x.png" height="48">

iOS and Android client for Hacker News. Inspired by the Apollo client for Reddit.

App features:
Beta Screenshots

iPhone X screenshot of Stories iPhone X screenshot of Dark theme Pixel screenshot of Comments

Development features

Getting Started

You will need to grab your own google-services.json and GoogleService-Info.plist. Head over to firebase.com and create a new application.

You will then need to modify your configuration files to match the Hacker News API:

./android/app/google-services.json:

    "firebase_url": "https://hacker-news.firebaseio.com"

./ios/Hekla/GoogleService-Info.plist

	<key>DATABASE_URL</key>
	<string>https://hacker-news.firebaseio.com</string>

Contributing

If you are interested in helping out, feel free to submit issues, pull-requests or even contact me. I am open to all kind of contributions.

License

This project is MIT licensed