Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weiran/hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
https://github.com/weiran/hackers
apple appstore cocoapods hacker-news hackernews hackers hacktoberfest ios ipad iphone swift
Last synced: 14 days ago
JSON representation
Hackers is an elegant iOS app for reading Hacker News written in Swift.
- Host: GitHub
- URL: https://github.com/weiran/hackers
- Owner: weiran
- License: mit
- Created: 2013-03-01T14:41:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T13:09:04.000Z (4 months ago)
- Last Synced: 2024-10-11T13:35:20.575Z (about 1 month ago)
- Topics: apple, appstore, cocoapods, hacker-news, hackernews, hackers, hacktoberfest, ios, ipad, iphone, swift
- Language: Swift
- Homepage: http://weiran.co/hackers
- Size: 158 MB
- Stars: 695
- Watchers: 41
- Forks: 110
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackers
![Hackers](https://github.com/weiran/Hackers/workflows/Hackers/badge.svg?branch=master)
Hackers is an iPhone and iPad app for reading Hacker News on the go. It's optimised for quickly catching up on the latest news and comments without getting in your way.
## Features
* Thumbnails generated for posts
* Collapsable comments threads
* iOS 13 dark mode
* Full iPad multitasking support
* Safari View Controller
* Upvote posts and comments
* Open In Hackers share extension## Open Source
Hackers is open source and licenced under the MIT licence.
## Download
[![Download in App Store][3]][2]
Or install the [latest beta version from TestFlight][4].
[2]: https://itunes.apple.com/gb/app/hackers-hacker-news-reading/id603503901?at=11l4G8&ct=github
[3]: http://i.imgur.com/oRdf2WM.png
[4]: https://testflight.apple.com/join/UDLeEQde## Links
* I wrote [a blog post introducing Hackers](http://weiran.co/blog/2013/3/hackers-a-hacker-news-app-for-iphone).
* You can follow [Hackers' progress on my blogs tagged Hackers](http://weiran.co/?tag=hackers).
* You can also get in touch via Twitter: [@weiran](https://twitter.com/weiran).## Generate screenshots
1. Install [fastlane](https://fastlane.tools).
2. Run `fastlane screenshots` in `/fastlane`## Credits
I use several open source projects in Hackers, in no particular order:
* [HNScraper](https://github.com/tsucres/HNScraper)
* [PromiseKit](https://github.com/mxcl/PromiseKit)
* [Nuke](https://github.com/kean/Nuke)
* [Loaf](https://github.com/schmidyy/Loaf)
* [SwipeCellKit](https://github.com/SwipeCellKit/SwipeCellKit)
* [Swinject](https://github.com/Swinject/Swinject)
* [SwiftLint](https://github.com/realm/SwiftLint)
* [DeviceKit](https://github.com/devicekit/DeviceKit)
* [WhatsNewKit](https://github.com/SvenTiigi/WhatsNewKit)---