Preview extractor for news, articles and full-texts in Swift
We are a development agency building
phenomenal apps.
!Project is now archived!
No further maintenance will be performed
Features
Extracts:
Title
Description
Top image
Top video
Keywords
Date
Usage
let articleUrl = URL(string: "https://someurl.com/")!
Readability.parse(url: articleUrl, completion: { data in
let title = data?.title
let description = data?.description
let keywords = data?.keywords
let imageUrl = data?.topImage
let videoUrl = data?.topVideo
let datePublished = data?.datePublished
})
To run the example project, clone the repo, and run pod install from the Example directory first.
ReadabilityKit
Preview extractor for news, articles and full-texts in Swift
We are a development agency building phenomenal apps.
!Project is now archived!
No further maintenance will be performed
Features
Extracts:
Usage
To run the example project, clone the repo, and run
pod install
from the Example directory first.Installation
CocoaPods
Carthage
Manually
Development Environment Setup
Requirements
License
ReadabilityKit is available under the MIT license. See the LICENSE file for more info.