The Wayback Machine - https://web.archive.org/web/20190322173517/https://github.com/amitburst/HackerNews
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

A Hacker News reader iOS app written in Swift.
Branch: master
Clone or download
amitburst Merge branch 'master' of https://github.com/amitburst/HackerNews
* 'master' of https://github.com/amitburst/HackerNews:
  Remove casts to NSIndexPath which are not required
Latest commit 98b9f64 Feb 25, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
HackerNews.xcodeproj Update Xcode project settings Feb 25, 2018
HackerNews.xcworkspace Add libHN dependency Jun 10, 2014
HackerNews Merge branch 'master' of https://github.com/amitburst/HackerNews Feb 25, 2018
HackerNewsTests Add simple UI test Aug 1, 2015
HackerNewsUITests
Resources
.gitignore
LICENSE Update to target iOS 9 and make use of SFSafariViewController, closes #… Jun 11, 2015
Podfile
Podfile.lock
README.md Update project for Swift 3 Sep 17, 2016

README.md

HackerNews

A Hacker News reader iOS app written in Swift.

Features

  • View "top", "newest", and "show" posts from Hacker News.
  • Read posts using the SFSafariViewController component.
  • Uses the official Firebase-based Hacker News API.

Getting Started

  1. git clone https://github.com/amitburst/HackerNews.git
  2. cd HackerNews
  3. pod install (requires CocoaPods)
  4. Open HackerNews.xcworkspace in Xcode 8.0 or higher.

Contributing

Please feel free to help out with this project! If you see something that could be made better or want a new feature, open up an issue or send a Pull Request! I don't really plan on putting this out on the App Store, but I think it's a great learning resource for those interested in iOS development with Swift.

Screenshots

Main View Browser View

License

MIT

You can’t perform that action at this time.