Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moquiutijunio/github-ios
Simple project to consume github API
https://github.com/moquiutijunio/github-ios
github-api swift
Last synced: 7 days ago
JSON representation
Simple project to consume github API
- Host: GitHub
- URL: https://github.com/moquiutijunio/github-ios
- Owner: moquiutijunio
- Created: 2020-01-27T05:06:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T12:24:29.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T01:54:13.786Z (2 months ago)
- Topics: github-api, swift
- Language: Swift
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Browser Github API - iOS
Project developed to consume the [Github API](https://developer.github.com/), search for users and browse the repositories.
## Project Installation
### Specifications
- [Xcode](https://developer.apple.com/download/more/) 11.3
- [Cocoapods](https://cocoapods.org/) 1.8.4
- iOS >= 13
- Swift 5
- [Viper Architecture](https://medium.com/@smalam119/viper-design-pattern-for-ios-application-development-7a9703902af6)### Getting started
* To compile the project you must have [CocoaPods](https://cocoapods.org/) and Xcode installed.
* After this do the following command within the iOS project folder and within the MacOS project folder.
```
pod install
```## Application