iknow

by nov <[email protected]>

Description

This rubygem is a wrapper of iKnow! API.
You can get pure-ruby example at examples/pure_ruby.rb.

Installation

git clone http://github.com/nov/iknow.git
cd iknow
rake install

Archive Installation

rake install

Gem Installation

gem install nov-iknow

Features/Problems

Test! Test!! Test!!!

Create/Add/Delete APIs are not implemented.
They will be implemented in a few weeks.

iKnow! OAuth is still pre-alpha.
Wait a few weeks to use it, please.

Synopsis

% rails iknow_on_rails
% cd iknow_on_rails
% ./script/generate iknow_oauth
% rake db:create
% rake db:migrate

and edit environment.rb like examples/iknow_on_rails
and add some controllers and views like examples/iknow_on_rails
and go http://localhost:3000/

You can run examples/iknow_on_rails

1. DOWNLOAD THIS GEM

2. Run the example
  % cd iknow/examples/iknow_on_rails (cd nov-iknow/examples/iknow_on_rails ??)
  % rake db:create
  % rake db:migrate
  % ./script/server

About Another things
See examples and iKnow! Developers, please.
iKnow! Developers (http://developer.iknow.co.jp)
Author

nov <[email protected]>

Copyright

Copyright © 2008 nov

License

MIT License