/SwiftyCompanion

My first project in Swift. Application that fetch information on 42 students by using the API of the intranet in 42.

Primary LanguageSwift

Swifty-Companion

Description In this project I create, in Swift, an application that will fetch information on 42 students by using the API of the intranet in 42.

Preview

Alt Text

Architecture

Project architecture corresponds to MVVM Pattern

Libraries & Frameworks

In this projects I used SwiftyJson to make it easy to deal with JSON data in Swift.

Also I'm used a Alomofire HTTP networking library

It provides an elegant Foundation network stack interface from Apple that simplifies a number of common network task which helps me with 42 API connection.