Sha256: bb415d9e103e37115215be3152a46e55d43a292402dedb79a8135dd67cdd074c

Contents?: true

Size: 1.28 KB

Versions: 3

Compression:

Stored size: 1.28 KB

Contents

= iknow

  by nov <nmatake@cerego.co.jp>

== 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)

== Copyright

Author::    nov <nmatake@cerego.co.jp>
Copyright:: Copyright (c) 2008 nov
License::   MIT License

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
nov-iknow-0.0.3 README
nov-iknow-0.0.4 README
iknow-0.0.4 README