Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.16 KB

README.md

File metadata and controls

53 lines (36 loc) · 2.16 KB

News-App

An iOS application retrieves and displays headlines from NewsAPI.

Description

This application allows to users authorize with the email and password. News-App collects all the haedlines from the several categories and displays them in CollectionView. The users also could search for desired topics or article source. In the sources, the app shows the top headlines from particular sources. Moreover, it has bookmark where the user can store desired article.

Screenshots

Built by

Author

Bakhtovar Umarov - LinkedIn

How to use

Install pods:

  1. Open terminal and write cd PROJECT_PATH
  2. pod init
  3. pod install

For more open this link

License

This project is licensed under the MIT License, see more license.

Important

In Constans.swift

struct K {
    static let APIKey = "ENTER_YOUR_KEY" // MARK: - ENTER HERE YOUR NEWS API KEY
    }

Enter your News API key inside the quotes marks! Without it the application will not work.