0

I have looked at the readability api which is useful to display data in a clean format on a html webpage. I am passing a Url to http://www.readability.com/read?url= to display the data. I am initially directed to a page where I can choose to view the info using readability is there any way I can directly view the content in a neat fashion without going through the actual re-direct?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
bhavs
  • 2,091
  • 8
  • 36
  • 66
  • Check out my answer here: http://stackoverflow.com/questions/12961509/readability-in-my-application/14290141 – demosten Jan 12 '13 at 04:20

1 Answers1

-1

take a look at Readability's API: http://www.readability.com/developers/api
Before you implement your code, you have to create an API Key on their website.

Napoleon
  • 340
  • 3
  • 13