Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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