https://github.com/anirudhramanan/news-feed
iOS News Feed Application
https://github.com/anirudhramanan/news-feed
bookmark ios news-sources swift-3 xcode8
Last synced: 8 months ago
JSON representation
iOS News Feed Application
- Host: GitHub
- URL: https://github.com/anirudhramanan/news-feed
- Owner: anirudhramanan
- Created: 2017-02-13T06:16:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T18:16:18.000Z (over 8 years ago)
- Last Synced: 2025-01-04T23:16:32.926Z (10 months ago)
- Topics: bookmark, ios, news-sources, swift-3, xcode8
- Language: Swift
- Size: 23.8 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NewsFeed.xcodeproj/project.pbxproj
Awesome Lists containing this project
README
# News-Feed
NewsFeed tailors the top stories from hundreds of news articles, and sources to keep you up to date.Features
* World News : This tab contains the list of all the international news that are fetched from various news sources such as bbc, usa-today and much more.
* National News : This requires access to the location so that it can fetch and display news based on your location country code
* Sources : This contains a list of all various news sources, which will redirect to the news from those sources
* Bookmarks : This feature enables you to add news aritcle as bookmarks to enable you to save the news and read it later.
Pods Used
* Alamofire : Used for networking and image caching.
* Realm : Used for data models, and persistence for offline first.API Used
* NewsAPI : News API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published on a range of news sources and blogs.
Language
* Swift : This project has been written on swift 3.0 using Xcode 8 IDE.