Skip to content

albertml/ItunesAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Itunes Movies

Itunes Movies is a swift project that showing list of search movies in itunes API. You can take a look at their documentation.

Installation

  1. Install CocoaPods, if you have not done so already. See installation procedure here.
  2. Clone this url https://github.com/albertml/ItunesAPI.git into your local machine.
  3. Go to project directory in your command line and install cocoapods libraries by running
pod install
  1. Open ItunesAPI.xcworkspace project

Dependencies

  1. RealmSwift - is a mobile database: a replacement for Core Data & SQLite
  2. Moya - network abstraction layer written in Swift.
  3. Nuke - powerful image loading and caching system.
  4. SwiftyJSON - the better way to deal with JSON data in Swift.

Architecture

In this project I am using VIPER architecture. I know this is not mandatory for small project like this but this is just for example. This is very helpful especially for larger projects because it's easy to maintain due to its single responsibility principle and most separation of powers. The codes are uniform and easy to understand especially for the beginners in iOS development.

Developer

Alberto Gaudicos Jr.

About

Itunes API Integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published