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: about 11 hours ago
JSON representation
Get avatars from Gravatar and other services.
- Host: GitHub
- URL: https://github.com/eudoxia0/avatar-api
- Owner: eudoxia0
- Created: 2014-09-08T21:49:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T20:46:51.000Z (over 9 years ago)
- Last Synced: 2024-12-23T05:12:01.975Z (about 2 months ago)
- Language: Common Lisp
- Size: 168 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- curated-awesome-cl - avatar-api - Get avatars from Google+, Gravatar and others. [Expat][14]. (REPLs ##)
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.