Skip to content

Sample iOS application using the NewsCatcher API and Alamofire networking library

Notifications You must be signed in to change notification settings

Imen-ks/NewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

News Application

featured

Xcode project relating to an iOS application using the NewsCatcher API to display multi-language worldwide news articles published online.

Usage

Request for an API key by creating an account on the Newscatcher API website.
Open the NewsApp.xcodeproj file with Xcode, add a .config file containing the following line: X_API_KEY = <YOUR_API_KEY>
Build the application in the simulator or on a device.

API endpoints used in the app

  • /search : enables to filter out articles based on keywords, publish date, language, country
  • /latest_headlines : displays the latest articles based on their topic, country, sources, language
  • /sources : returns a list of the top 100 supported news websites

About

Sample iOS application using the NewsCatcher API and Alamofire networking library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages