Skip to content

An IOS application retrieves and displays headlines from NewsAPI.

License

Notifications You must be signed in to change notification settings

bakhtovar/News-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An IOS application retrieves and displays headlines from NewsAPI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published