Skip to content

Extract article title and content from any web page.

Notifications You must be signed in to change notification settings

zhenning/Readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Extract article title and content from any web page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published