/NewsMVVM

News app using mvvm architecture

Primary LanguageSwift

NewsMVVM

Fetching top headlines for a country, specific category, and showing in the table view by MVVM architecture

Requirements

  • iOS 13+
  • Cocoapods

Screenshot

Screenshot

Run

To run the News project, clone the repo, and run pod install from the project directory first.

Usage

Initialization

You can use your own API key(NetworkConstants file).

static let apiKey = ""

Generate own API Key : https://newsapi.org/register

Used

Author

Hitesh Borse