Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/eudoxia0/avatar-api

Get avatars from Gravatar and other services.
https://github.com/eudoxia0/avatar-api

Last synced: 2 months ago
JSON representation

Get avatars from Gravatar and other services.

Lists

README

        

# avatar-api

[![Build Status](https://travis-ci.org/eudoxia0/avatar-api.svg?branch=master)](https://travis-ci.org/eudoxia0/avatar-api)

avatar-api is a library for getting avatars from Gravatar, Google+ and others.

# Usage

```lisp
cl-user> (avatar-api:gravatar "[email protected]")
"http://www.gravatar.com/avatar/6aef61d98ad63bd1aaa89345eb150df2"
```

# License

Copyright (c) 2014 Fernando Borretti

Licensed under the MIT License.