Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.addictedtonew.com/public/gems/mirrored@83 fe7eae16-9a24-0410-a59d-9e59979e88be
  • Loading branch information
jnunemaker committed Oct 6, 2007
1 parent 0996735 commit 083b930
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
README
= Mirrored

Mirrored is a really easy to use wrapper for the delicious api (http://del.icio.us/help/api) and magnolia's mirrored version (http://wiki.ma.gnolia.com/Mirror%27d_API).

== Install

sudo gem install mirrored -y

== Usage

1. Setup your connection to either :magnolia or :delicious.

Mirrored::Base.establish_connection(:magnolia, 'jnunemaker', 'password')

2. Work the mirrored classes (Post, Tag, Update and Date)

# => posts tagged ruby
Mirrored::Post.find(:get, :tag => 'ruby')

You can also manipulate tags, find out when your last update was and see information about your posting habits. See the rubyforge page for more information (http://mirrored.rubyforge.org).

0 comments on commit 083b930

Please sign in to comment.