swdyh / avaticon

A library for getting web service user icon.

This URL has Read+Write access

name age message
file ChangeLog Mon Sep 29 02:51:26 -0700 2008 first commit [swdyh]
file README.rdoc Sun Oct 05 12:00:08 -0700 2008 * fixed space. [swdyh]
file Rakefile Sat Sep 26 07:18:18 -0700 2009 version 0.0.6 [swdyh]
file avaticon.gemspec Sat Sep 26 07:18:18 -0700 2009 version 0.0.6 [swdyh]
directory lib/ Sat Sep 26 07:13:51 -0700 2009 remove twitter login. [swdyh]
directory test/ Tue Sep 22 03:49:48 -0700 2009 added twitter login. [swdyh]
README.rdoc

avaticon

A library for getting web service user icon.

Description

Installation

Archive Installation

        rake install

Gem Installation

        gem sources -a http://gems.github.com (you only have to do this once)
        sudo gem install swdyh-avaticon

Features/Problems

Synopsis

        avt = Avaticon.new

        # get icon
        icon_url = avt.get_icon 'twitter', 'swdyh'

        # search by url
        icon_url = avt.search_by_url 'http://twitter.com/swdyh'

Copyright

Author:swdyh mailhide.recaptcha.net/d?k=01AhB7crgrlHptVaYRD0oPwA==&c=L_iqOZrGmo6hcGpPTFg1QYnjr-WpAStyQ4Y8ShfgOHs=
Copyright:Copyright © 2008 swdyh
License:The MIT License