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

https://github.com/cathive/fx-gravatar

JavaFX 2 library for the Gravatar API
https://github.com/cathive/fx-gravatar

Last synced: 8 months ago
JSON representation

JavaFX 2 library for the Gravatar API

Awesome Lists containing this project

README

          

fx-gravatar
===========

[![Build Status](https://travis-ci.org/cathive/fx-gravatar.png)](https://travis-ci.org/cathive/fx-gravatar)

This library provides a nice API to be used in conjunction with
so-called globally recognized avatars, which are available from
www.gravatar.com

It also provides a little example application , the "Gravatar Viewer"
to demonstrate it's usage with JavaFX.

![Screenshot](screenshots/gravatar-viewer.png "Gravatar Viewer App")

A compiled and ready-to-use version of this library can be found in the
Sonatype OSS Maven Repository (oss.sonatype.org). To use the library
in your Maven based projects just add the following lines to your
'pom.xml':

```xml

com.cathive.fx
fx-gravatar
${fx-gravatar.version}

```