Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 574 Bytes

Demo iOS application

The app uses Songkick API to search for artists and fetch their events.

It persists the artist's events to storage and if there is no internet connection, it will show previously downloaded events. If there is no internet and no previously available data, it displays an error.

This project uses:

  • Swift
  • Protocol-Oriented Programming
  • MVVM architecture
  • ReactiveCocoa/ReactiveSwift as FRP framework
  • URLSession, Codable for networking
  • Core Data for persistent storage

Add rows