Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 718 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 718 Bytes

Etsy

MVVM application that used:

  • Closure for bind View with View Model
  • Etsy API for load products from Etsy shop database
  • Alamofire pod for work with the network
  • AlamofireImage pod for load and cache images
  • RealmSwift pod for work with Realm database
  • ObjectMapper pod for map network responses from JSON to models