yukihir0 / hatebu_entry_info

'hatebu_entry_info' is ruby library for 'hatena bookmark entry information get API'.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HatebuEntryInfo Build Status Coverage Status

'hatebu_entry_info' is ruby library for 'hatena bookmark entry information get API'.

Requirements

  • ruby >= 2.0
  • json

Install

Add this line to your application's Gemfile:

gem 'hatebu_entry_info', :github => 'yukihir0/hatebu_entry_info'

And then execute:

% bundle install

How to use

url = 'http://www.hatena.ne.jp'

api = HatebuEntryInfo.new
@entry_info = api.get_json(url)

For more information, please see here.

License

Copyright © 2013 yukihir0

About

'hatebu_entry_info' is ruby library for 'hatena bookmark entry information get API'.

License:MIT License


Languages

Language:Ruby 100.0%