rhaiker

Get Version

0.1.1

What

Rhaiker is Hatena::Haiku::API ruby binding.
Hatena::Haiku is Japanese micro-blog service.

Hatena::Haiku
http://h.hatena.ne.jp/

Hatena::Haiku::API
http://h.hatena.ne.jp/api

Installing

sudo gem install rhaiker

The basics

Demonstration of usage

require ‘rhaiker’

rhaiker = Rhaiker.new
rhaiker.user_id = ‘your_user_id’
rhaiker.api_key = ‘your_api_key’
rhaiker.status_update({:status => ’HogeHoge’}

Build and test instructions

cd rhaiker
rake spec
rake install_gem

License

This code is free to use under the terms of the MIT license.

Contact

Comments are welcome.
Send an email to jamneco at gmail dot com.

Theme extended from Paul Battley