Fetching top headlines for a country, specific category, and showing in the table view by MVVM architecture
- iOS 13+
- Cocoapods
To run the News project, clone the repo, and run pod install
from the project directory first.
You can use your own API key(NetworkConstants file).
static let apiKey = ""
Generate own API Key : https://newsapi.org/register
- Pods
- Alamofire
- SDWebImage
- Nimble(For unit testing)
- PromiseKit
- News org api: https://newsapi.org/docs
Hitesh Borse