https://github.com/alvesjtiago/hnr
HackerNews Rebuilt for iOS in Swift 3
https://github.com/alvesjtiago/hnr
hacker-news ios ios-app ios-swift swift swift-3 xcode
Last synced: 25 days ago
JSON representation
HackerNews Rebuilt for iOS in Swift 3
- Host: GitHub
- URL: https://github.com/alvesjtiago/hnr
- Owner: alvesjtiago
- License: mit
- Created: 2017-03-14T23:50:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T18:44:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T15:26:49.914Z (over 1 year ago)
- Topics: hacker-news, ios, ios-app, ios-swift, swift, swift-3, xcode
- Language: Swift
- Homepage:
- Size: 10.7 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackerNews Rebuilt

A HackerNews app for iOS using the Firebase API and Swift 3.
## Motivation
This project has multiple purposes:
* Serve as a reference for the development of applications in Swift 3
* Create a HackerNews application available as Open Source
* Get feedback from the community about the current best practices on Swift 3 for iOS development
## Installation
This project uses [CocoaPods](https://cocoapods.org). Below is the setup to configure Cocoa Pods in your machine.
To install Cocoa Pods, run:
```
$ gem install cocoapods
```
To install the required pods for this project, change to the project directory and run:
```
$ pod install
```
## API Reference
This project makes use of the [HackerNews Firebase API](https://github.com/HackerNews/API) to get all the articles, author information and ranking from HackerNews.
## Contribute
This is a project by [Tiago Alves](https://twitter.com/alvesjtiago/) and inspired by the design of [Cai Cardenas](https://dribbble.com/shots/2057590-Hacker-News-iPhone-App). All contributions in the form of pull requests or comments are welcome. If you experience problems with the project, please open an issue and give as much detailed information as you can.
Contributors:
* [André Sousa](https://twitter.com/_andre_sousa)
## License
HackerNews Rebuilt is released under the MIT license. See [LICENSE](LICENSE) for details.