Skip to content

Commit

Permalink
READMEを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Jan 7, 2011
1 parent 6187e9b commit f7012df
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README

This file was deleted.

40 changes: 40 additions & 0 deletions README.md
@@ -0,0 +1,40 @@
# clj-gravatar

gravatar api wrapper for clojure
http://ja.gravatar.com/

## Usage

### gravatar image

(gravatar-image "your@mail.address")

#### option
* size
* avatar image size
* default
* default image url
* secure?
* https flag. default is false

#### option example

(gravatar-image "your@mail.address" :size 24 :default "http://hoge.com/fuga.png" :secure? true)

### gravatar profile

(gravatar-profile "your@mail.address")

#### option
* secure?
* https flag. default is false

#### option example

(gravatar-profile "your@mail.address" :secure? true)

## License

Copyright (C) 2011 Masashi Iizuka

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit f7012df

Please sign in to comment.