Skip to content

Commit

Permalink
Add features list in the readme (#104)
Browse files Browse the repository at this point in the history
* Add features list in the readme

* Update README.md

---------

Co-authored-by: Pinar Olguc <[email protected]>
  • Loading branch information
pinarol and pinarol authored Mar 8, 2024
1 parent ece34b1 commit 5987a02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

Gravatar SDK is a Swift library that allows you to integrate [Gravatar](https://gravatar.com/) features into your own iOS applications.

## Features

- Avatar URL calculator based on email and several [query options](https://docs.gravatar.com/general/images/).
- Avatar downloading based on email or url.
- `UIImageView` extension to directly set the downloaded image.
- Built-in image cache(also the ability to inject your own cache).
- Avatar uploading to a [Gravatar](https://gravatar.com/) account.
- Gravatar profile fetching based on email.

## Example

## Requirements
Expand Down

0 comments on commit 5987a02

Please sign in to comment.