Home > Readable

Readable

Readable is a project mainly written in ..., it's free.

Extract article title and content from any web page.

Readable

A Ruby library to make web more readable.

Install

gem install readable

Usage

require 'readable'

article = Readable::Webpage.new(url)
puts article.title
puts article.content