Skip to content

krdprog/sobiratel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gem 'sobiratel'

This gem can parse SEO-params from html-page by URL (title, meta-tags, headers H1, contacts: twitter, instagram, email, phones). Gem for Search Engine Optimization (SEO).

Installation

Add this line to your application's Gemfile:

gem 'sobiratel'

And then execute:

$ bundle

Or install it yourself as:

gem install sobiratel

Usage

require 'sobiratel'

array = ['foo.com', 'bar.com', 'baz.com']

p Sobiratel.get_email(array)

Methods:

Sobiratel.get_email(array)
Sobiratel.get_instagram(array) # At work
Sobiratel.get_twitter(array) # At work
Sobiratel.get_phones(array) # At work
Sobiratel.get_seo_params(array) # At work
Sobiratel.get_all(array) # At work

Releases

No releases published

Packages

No packages published

Languages