https://github.com/hacktoolkit/githubbrowser-ios
GitHub Browser
https://github.com/hacktoolkit/githubbrowser-ios
Last synced: 4 months ago
JSON representation
GitHub Browser
- Host: GitHub
- URL: https://github.com/hacktoolkit/githubbrowser-ios
- Owner: hacktoolkit
- License: mit
- Created: 2014-09-27T19:07:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T06:45:36.000Z (over 11 years ago)
- Last Synced: 2025-01-22T20:16:08.642Z (about 1 year ago)
- Language: Swift
- Size: 3.84 MB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHubBrowser-iOS
=================
This is a graphical browser for GitHub.
Browse and discover GitHub in a visual way, with rich content at each level
## GIF Screen Cap
Here's an animated GIF (made with [LiceCAP](http://www.cockos.com/licecap/)) of what it looks like:

## Download and Build Instructions
* Clone the repository
* Install [CocoaPods](http://cocoapods.org/)
* `sudo gem install cocoapods`
* Install Pods
* `pod install`
* Set up API keys
* Create a `secrets.xcconfig` config file based on `secrets.xcconfig.template`
* Obtain API keys from the .... and add the keys to `secrets.xcconfig`
* Run it!
## Features
* Drill-down navigation of GitHub repositories and popping in/out of Navigation Controller
* [x] Organization Details
* [x] Browse repositories in Organization
* [x] Display `README` in webview
* [-] Repository Details
* [-] File Details
## Credits
* Jonathan Tsai [@jontsai](https://github.com/jontsai)
* Tommy Dang [QuantumVenturess](https://github.com/QuantumVenturess)
* Tad Park [@tadp](https://github.com/tadp)
* Damon Wadsworth [@daymun](https://github.com/daymun)