Skip to content

Joulebug/readability-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readability-java-client

An API Client for Readability.com

https://www.readability.com/developers/api

Currently only supporting the Parser API... If you are interested in expanding this to support other Readability API's, please send a message or Pull Request.

Usage:

Java:

ReadabilityParserClient client = new ReadabilityParserClient("YOUR_KEY_HERE");

Parser parseResponse = client.parse("http://blog.readability.com/2011/02/step-up-be-heard-readability-ideas/");

parseResponse.getContent();

Scala:

val ReadabilityParserClient client = new ReadabilityParserClient("YOUR_KEY_HERE")

val parseResponse = client.parse("http://blog.readability.com/2011/02/step-up-be-heard-readability-ideas/")

parseResponse.getContent

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages