Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitburst/HackerNews
A Hacker News reader iOS app written in Swift.
https://github.com/amitburst/HackerNews
firebase hacker-news ios swift
Last synced: 9 days ago
JSON representation
A Hacker News reader iOS app written in Swift.
- Host: GitHub
- URL: https://github.com/amitburst/HackerNews
- Owner: amitburst
- License: mit
- Created: 2014-06-03T16:10:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T16:47:41.000Z (11 months ago)
- Last Synced: 2024-10-29T17:39:32.640Z (10 days ago)
- Topics: firebase, hacker-news, ios, swift
- Language: Swift
- Homepage:
- Size: 560 KB
- Stars: 1,305
- Watchers: 64
- Forks: 241
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - HackerNews - Hacker News 阅读器. (Demo Apps / 示例程序 / iOS)
- fucking-open-source-ios-apps - HackerNews
README
# 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](https://github.com/HackerNews/API).## Getting Started
1. `git clone https://github.com/amitburst/HackerNews.git`
2. `cd HackerNews`
3. `pod install` (requires [CocoaPods](https://cocoapods.org))
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](Resources/screenshot1.png)
![Browser View](Resources/screenshot2.png)## License
[MIT](LICENSE)