Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 742 Bytes

ReactiveMVVMSample (WIP)

Utilizes the New York Times API

Builded upon the popular MVVM architecture and naturally this brought introducing reactive programming paradigm.

Tech stack:

Usage

Simply download or clone the repo and change the APIKey with yours in NewYorkTimesAPILayer.swift file:

fileprivate let apiKey = API_KEY_HERE