SiteinfoParser
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/siteinfo_parser
. To experiment with that code, run bin/console
for an interactive prompt.
TODO: Delete this and the text above, and describe your gem
Installation
Add this line to your application's Gemfile:
gem 'siteinfo_parser'
And then execute:
$ bundle
Or install it yourself as:
$ gem install siteinfo_parser
Usage
response = SiteinfoParser.fetch('https://github.com')
{
"title"=>"The world's leading software development platform 揃 GitHub",
"og_image"=>"https://assets-cdn.github.com/images/modules/open_graph/github-logo.png",
"og_title"=>"Build software better, together",
"og_url"=>"https://github.com",
"og_sitename"=>"GitHub",
"twitter_card"=>"",
"twitter_site"=>"",
"twitter_domain"=>"",
"description"=>"",
"favicon"=>"https://www.google.com/s2/favicons?domain=github.com"
}
License
The gem is available as open source under the terms of the MIT License.