swdyh / avaticon
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
avaticon /
| name | age | message | |
|---|---|---|---|
| |
ChangeLog | Mon Sep 29 02:51:26 -0700 2008 | |
| |
README.rdoc | Sun Oct 05 12:00:08 -0700 2008 | |
| |
Rakefile | Sat Sep 26 07:18:18 -0700 2009 | |
| |
avaticon.gemspec | Sat Sep 26 07:18:18 -0700 2009 | |
| |
lib/ | Sat Sep 26 07:13:51 -0700 2009 | |
| |
test/ | Tue Sep 22 03:49:48 -0700 2009 |
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 |
