GithubIOSApp
Github Client for IOS with Swift
Install / Use
/learn @frodoking/GithubIOSAppREADME
GithubIOSClient With Swift
GithubIOSClient是一个完全采用Swift语言实现的GitHub第三方客户端。 主要是用来展示GitHub上的开发者的排名,以及仓库的排名。发现模块,包括GitHub仓库的trending;GitHub动态;showcases;搜索;以及其他排名数据 开发者的排名是根据开发者的followers由高到低进行排名,有区分不同的语言和城市。仓库的排名是根据仓库的stars由高到低进行排名的,有区分不同的语言。
这些数据是从GitHub提供的接口来的,地址是https://developer.github.com/v3/
##关于开源 ####运行 iOS8.0+,Xcode9.1
####项目中使用的开源组件 SwiftyJSON The better way to deal with JSON data in Swift.
Alamofire Elegant HTTP Networking in Swift.
####CocoaPods CMD into Root Project Dir
pod install
OR
pod update
关于作者(frodoking)
- Email: awangyun8@gmail.com
- 个人技术Blog:http://frodoking.github.io/
##App预览 <img src="https://raw.githubusercontent.com/coderyi/Monkey/master/Documents/images/6p-1.png" width="320" height="570"> <img src="https://raw.githubusercontent.com/coderyi/Monkey/master/Documents/images/6p-2.png" width="320" height="570"> <img src="https://raw.githubusercontent.com/coderyi/Monkey/master/Documents/images/6p-3.png" width="320" height="570"> <img src="https://raw.githubusercontent.com/coderyi/Monkey/master/Documents/images/6p-4.png" width="320" height="570"> <img src="https://raw.githubusercontent.com/coderyi/Monkey/master/Documents/images/6p-5.png" width="320" height="570">
